Skip to content

Commit

Permalink
chore: give id to toolchain step to be used in cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
Toromyx committed Feb 7, 2024
1 parent bc4ec1a commit de5d351
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
with:
node-version: 18
cache: "npm"
- uses: actions-rs/toolchain@v1
- id: toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
with:
node-version: 18
cache: "npm"
- uses: actions-rs/toolchain@v1
- id: toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: >-
Expand Down

0 comments on commit de5d351

Please sign in to comment.