Skip to content

Commit

Permalink
Merge pull request #302 from JohnTitor/gha-updates
Browse files Browse the repository at this point in the history
Upgrade external actions
  • Loading branch information
JohnTitor committed Oct 31, 2023
2 parents ca45774 + a7c6562 commit 0a281e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -15,14 +15,14 @@ jobs:
# MSRV and nightly
version: [1.61.0, stable, nightly]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set toolchain
run: |
rustup set profile minimal
rustup override set ${{ matrix.version }}
- uses: Swatinem/rust-cache@v2.0.0
- uses: Swatinem/rust-cache@v2.7.1

- name: Rustfmt check
if: matrix.version == '1.61.0'
Expand Down

0 comments on commit 0a281e1

Please sign in to comment.