Skip to content

Commit 0921dff

Browse files
authored
Merge pull request #147 from voxpupuli/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents fc931ae + a018ce9 commit 0921dff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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@v2
13+
- uses: actions/checkout@v3
1414
- name: Install Ruby 3.0
1515
uses: ruby/setup-ruby@v1
1616
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
COVERAGE: ${{ matrix.coverage }}
4141
steps:
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v3
4343
- name: Install Ruby ${{ matrix.ruby }}
4444
uses: ruby/setup-ruby@v1
4545
with:

0 commit comments

Comments
 (0)