Skip to content

Commit 3c1c2e7

Browse files
authored
Merge pull request #81 from ruby/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 82868a2 + de75172 commit 3c1c2e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
ruby: [ 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, '4.0', ruby-head, truffleruby ]
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@v7
1212
- uses: ruby/setup-ruby@v1
1313
with:
1414
ruby-version: ${{ matrix.ruby }}
@@ -19,8 +19,8 @@ jobs:
1919
name: Check ruby/spec still passes with MSpec changes
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6
23-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
23+
- uses: actions/checkout@v7
2424
with:
2525
repository: ruby/spec
2626
path: rubyspec

0 commit comments

Comments
 (0)