Skip to content

Commit e2db556

Browse files
authored
Merge pull request #27 from OpenVoxProject/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 376d860 + 860ffb9 commit e2db556

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gem_release.yaml

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: Setup 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@v5
38+
- uses: actions/checkout@v6
3939
- name: Set up Ruby
4040
uses: ruby/setup-ruby@v1
4141
with:

0 commit comments

Comments
 (0)