Skip to content

Commit 20e150f

Browse files
authored
Merge pull request #63 from maxmind/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents b579bc2 + 6565c68 commit 20e150f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
rubocop:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v3
88
- uses: ruby/setup-ruby@v1
99
with:
1010
ruby-version: 3.1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- os: windows-latest
2121
version: jruby
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
with:
2525
submodules: true
2626
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)