Skip to content

Commit 9a361fb

Browse files
authored
Merge pull request #62 from OpenVoxProject/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents e5ba32a + 8508c2b commit 9a361fb

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/ruby.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@v5
19+
- uses: actions/checkout@v6
2020
- name: Set up Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:
@@ -34,7 +34,7 @@ jobs:
3434
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
3535
name: "Ruby ${{ matrix.ruby }}"
3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
- name: Install Ruby ${{ matrix.ruby }}
3939
uses: ruby/setup-ruby@v1
4040
with:

0 commit comments

Comments
 (0)