Skip to content

Commit bfa3207

Browse files
authored
Merge pull request voxpupuli#69 from voxpupuli/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents a50aa14 + 8e3d292 commit bfa3207

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
name: Build the gem
1616
runs-on: ubuntu-24.04
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
@@ -16,7 +16,7 @@ jobs:
1616
outputs:
1717
ruby: ${{ steps.ruby.outputs.versions }}
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: Install Ruby ${{ matrix.ruby }}
2121
uses: ruby/setup-ruby@v1
2222
with:
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
- name: Install Ruby ${{ matrix.ruby }}
4040
uses: ruby/setup-ruby@v1
4141
with:

0 commit comments

Comments
 (0)