Skip to content

Commit fcb8d34

Browse files
authored
Merge pull request #58 from voxpupuli/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 79942ac + 795cf64 commit fcb8d34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.repository_owner == 'voxpupuli'
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Install Ruby 3.0
1515
uses: ruby/setup-ruby@v1
1616
with:

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
rubocop:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Setup ruby
1919
uses: ruby/setup-ruby@v1
2020
with:
@@ -37,7 +37,7 @@ jobs:
3737
COVERAGE: ${{ matrix.coverage }}
3838
name: Ruby ${{ matrix.ruby }}
3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
- name: Install Ruby ${{ matrix.ruby }}
4242
uses: ruby/setup-ruby@v1
4343
with:

0 commit comments

Comments
 (0)