Skip to content

Commit

Permalink
GHA: fix deprecation warnings (save-state, set-output, Nodejs12) (#331)
Browse files Browse the repository at this point in the history
* gha: bump styfle/cancel-workflow-action

* gha: bump Swatinem/rust-cache@v2

* gha: bump actions/checkout

---------

Co-authored-by: brenzi <brenzi@users.noreply.github.com>
  • Loading branch information
OverOrion and brenzi committed Jul 30, 2023
1 parent d2f0acd commit 2955273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Cancel Previous Runs
runs-on: ubuntu-20.04
steps:
- uses: styfle/cancel-workflow-action@0.4.1
- uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -30,15 +30,15 @@ jobs:
cargo clippy -- -D warnings
]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install protoc
run: sudo apt-get install protobuf-compiler

- name: Setup Rust toolchain
run: rustup show

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.rust-target }}-${{ matrix.check }}

Expand Down

0 comments on commit 2955273

Please sign in to comment.