Skip to content

Commit

Permalink
ci: bump github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov committed Aug 16, 2023
1 parent d059191 commit 9208c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: hecrj/setup-rust-action@v1
with:
rust-version: nightly
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

runs-on: ${{ matrix.platform.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
# Used to cache cargo-web
- name: Cache cargo folder
uses: actions/cache@v1
Expand Down

0 comments on commit 9208c7e

Please sign in to comment.