Skip to content

Commit b1c2080

Browse files
Bump actions/checkout from 3 to 4 (#96)
* Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Cleanup rubies/rails. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stas SUȘCOV <stas@nerd.ro>
1 parent 886218e commit b1c2080

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ jobs:
99
strategy:
1010
matrix:
1111
ruby: [2.7, '3.0', '3.1', 3.2]
12-
rails: [6, 7]
12+
rails: [6, '7.0', '7.1']
1313
exclude:
14-
- ruby: '2.7'
15-
rails: 7
1614
- ruby: 3.2
1715
rails: 6
1816

1917
steps:
20-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
2119

2220
- uses: ruby/setup-ruby@v1
2321
with:

0 commit comments

Comments
 (0)