Skip to content

Commit c531d1d

Browse files
authored
Merge pull request #149 from ruby/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents de98397 + 176af83 commit c531d1d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
- name: Setup Ruby
2424
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
2525
with:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: macos-latest
88
steps:
9-
- uses: actions/checkout@v6
9+
- uses: actions/checkout@v7
1010
- uses: ruby/setup-ruby@v1
1111
with:
1212
ruby-version: 3.4

.github/workflows/push_gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
egress-policy: audit
3030

31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232
with:
3333
submodules: true
3434

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
ruby: [ head, 3.4, 3.3, 3.2 ]
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313
- uses: ruby/setup-ruby@v1
1414
with:
1515
ruby-version: ${{ matrix.ruby }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
ruby: [ 'mingw', 'mswin', '3.4' ]
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313
with:
1414
submodules: true
1515
- name: Set up Ruby

0 commit comments

Comments
 (0)