Skip to content

Commit 2655364

Browse files
authored
Merge pull request #30 from PikachuEXE/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 4d699d5 + 5106be4 commit 2655364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}-latest
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v2
36+
uses: actions/checkout@v3
3737

3838
- name: Setup Ruby
3939
uses: ruby/setup-ruby@v1

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v2
56+
uses: actions/checkout@v3
5757
- name: Setup Ruby
5858
uses: ruby/setup-ruby@v1
5959
with:

0 commit comments

Comments
 (0)