Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 8990cb1

Browse files
committed
Auto merge of #305 - JohnTitor:actions-v3, r=JohnTitor
Upgrade actions/checkout to v3
2 parents 7be536b + adafdce commit 8990cb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ${{ matrix.builder }}
3737

3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v3
4040
- name: Setup latest nightly toolchain
4141
run: bash ci/setup-toolchain.sh
4242
if: github.event_name == 'schedule'

.github/workflows/style.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
- name: Shellcheck
2222
run: |

0 commit comments

Comments
 (0)