Skip to content

Commit d52afba

Browse files
authoredSep 22, 2022
Update actions/checkout action to v3
1 parent 89daa7f commit d52afba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
codecov:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- uses: actions/setup-ruby@v1
1313
with:
1414
ruby-version: 2.7

‎.github/workflows/rake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ruby: [2.7]
1717
runs-on: ${{ matrix.os }}
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- uses: actions/setup-ruby@v1
2121
with:
2222
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)