Skip to content

Commit

Permalink
Merge pull request #118 from striezel-stash/actions-checkout-update
Browse files Browse the repository at this point in the history
Update actions/checkout in GitHub Actions workflows to v4
  • Loading branch information
zesterer authored Sep 23, 2024
2 parents d487a62 + 3a77833 commit b1ebfca
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 @@ -46,7 +46,7 @@ jobs:
toolchain: x86_64-unknown-linux-gnu
target: wasm32-unknown-unknown
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
TOOLCHAIN=${{ matrix.channel }}-${{ matrix.toolchain }}
rustup toolchain install --no-self-update $TOOLCHAIN
Expand Down

0 comments on commit b1ebfca

Please sign in to comment.