Skip to content

Commit 577c36c

Browse files
authored
Merge pull request #968 from ruby/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 7b1668e + f862896 commit 577c36c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- uses: ruby/setup-ruby@v1
1515
with:
1616
ruby-version: ruby

.github/workflows/push_gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
egress-policy: audit
3333

34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535

3636
- name: Set up Ruby
3737
uses: ruby/setup-ruby@v1

.github/workflows/sync-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
if: ${{ github.repository_owner == 'ruby' }}
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212

1313
- name: Create GitHub App token
1414
id: app-token

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps: &test-steps
3030
- name: repo checkout
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: load ruby
3434
uses: ruby/setup-ruby@v1
@@ -120,7 +120,7 @@ jobs:
120120
- { openssl: aws-lc-latest, skip-warnings: true }
121121
steps:
122122
- name: repo checkout
123-
uses: actions/checkout@v5
123+
uses: actions/checkout@v6
124124

125125
- id: cache-openssl
126126
uses: actions/cache@v4

0 commit comments

Comments
 (0)