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

Upgrade actions/checkout to v3 #305

Merged
merged 1 commit into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ${{ matrix.builder }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup latest nightly toolchain
run: bash ci/setup-toolchain.sh
if: github.event_name == 'schedule'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Shellcheck
run: |
Expand Down