Skip to content

Commit 0acb76d

Browse files
authored
Merge pull request #220 from ruby/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 76c3156 + 3cdabfd commit 0acb76d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
- name: Setup Ruby
2525
uses: ruby/setup-ruby@v1
2626
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
- name: Setup Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:

0 commit comments

Comments
 (0)