Skip to content

Commit

Permalink
Update Dependencies (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
netsirius authored Feb 1, 2024
1 parent e8da17a commit 1ba0a2e
Show file tree
Hide file tree
Showing 7 changed files with 151 additions and 107 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/[email protected].0
uses: styfle/[email protected].1
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/[email protected].0
uses: styfle/[email protected].1
with:
access_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-retro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
toolchain: stable

- name: Cache Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cargo
key: cargo-cache-${{ hashFiles('**/Cargo.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
rust-version: stable
- name: Cache Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cargo
key: cargo-cache-${{ hashFiles('Cargo.lock') }}
Expand Down
Loading

0 comments on commit 1ba0a2e

Please sign in to comment.