Skip to content

Commit 51d0fe9

Browse files
authored
Merge pull request #221 from voxpupuli/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents dd897ce + cb36cb9 commit 51d0fe9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: write # clone repo and create release
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Install Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
outputs:
2020
ruby: ${{ steps.ruby.outputs.versions }}
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Install Ruby ${{ matrix.ruby }}
2424
uses: ruby/setup-ruby@v1
2525
with:
@@ -39,7 +39,7 @@ jobs:
3939
matrix:
4040
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v5
4343
- name: Install Ruby ${{ matrix.ruby }}
4444
uses: ruby/setup-ruby@v1
4545
with:

0 commit comments

Comments
 (0)