Skip to content

Commit

Permalink
chore(build): update actions following Node.js 16 deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
n-dusan committed Jun 6, 2024
1 parent a9ee67e commit 6f645f6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.STELAE_GITHUB_TOKEN }}

- name: Install Just
uses: extractions/setup-just@v1
uses: extractions/setup-just@v2
env:
GITHUB_TOKEN: ${{ secrets.STELAE_GITHUB_TOKEN }}

- uses: taiki-e/install-action@v1
- uses: taiki-e/install-action@v2
with:
tool: nextest
- name: Run tests (nextest)
Expand All @@ -39,7 +39,9 @@ jobs:
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/[email protected] # Pin based on current `rust-version` in Cargo.toml. IMPORTANT: Upgrade version when `rust-version` changes.
# Pin based on current `rust-version` in Cargo.toml.
# IMPORTANT: Upgrade `dtolnay/rust-toolchain@*` version when `rust-version` changes.
uses: dtolnay/[email protected]
with:
components: rustfmt, clippy

Expand Down

0 comments on commit 6f645f6

Please sign in to comment.