Skip to content

Commit

Permalink
Update actions/checkout in GitHub Actions workflows to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Feb 28, 2023
1 parent ad3f450 commit 88da6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
channel: stable
target: x86_64-pc-windows-msvc
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: |
TOOLCHAIN=${{ matrix.channel }}-${{ matrix.target }}
rustup toolchain install --no-self-update $TOOLCHAIN
Expand Down

0 comments on commit 88da6d5

Please sign in to comment.