Skip to content

Commit f5072dc

Browse files
authored
Merge pull request #152 from voxpupuli/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 5d42c9f + 800eb39 commit f5072dc

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@v5
18+
- uses: actions/checkout@v6
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
@@ -17,7 +17,7 @@ jobs:
1717
outputs:
1818
ruby: ${{ steps.ruby.outputs.versions }}
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Install Ruby ${{ matrix.ruby }}
2222
uses: ruby/setup-ruby@v1
2323
with:
@@ -37,7 +37,7 @@ jobs:
3737
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
3838
name: RSpec - Ruby ${{ matrix.ruby }}
3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
- name: Install Ruby ${{ matrix.ruby }}
4242
uses: ruby/setup-ruby@v1
4343
with:

0 commit comments

Comments
 (0)