Skip to content

Commit

Permalink
Upgrade checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Mar 29, 2024
1 parent baa650e commit 2480ee3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- beta
- nightly
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@master
Expand All @@ -40,7 +40,7 @@ jobs:
name: minimal versions check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@master
Expand All @@ -55,7 +55,7 @@ jobs:
name: web build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@master
Expand All @@ -75,13 +75,12 @@ jobs:
needs: [web, test, minimal-versions]
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
override: true
target: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v2
- name: Install trunk
Expand Down

0 comments on commit 2480ee3

Please sign in to comment.