Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Bump swatinem/rust-cache from 2.2.0 to 2.2.1 #82

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/push-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
components: clippy

- name: Cache build artifacts
uses: swatinem/[email protected].0
uses: swatinem/[email protected].1

- name: Run Clippy
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
override: true

- name: Cache build artifacts
uses: swatinem/[email protected].0
uses: swatinem/[email protected].1

- name: Determine whether to measure test coverage
id: coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-automatons-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
override: true

- name: Cache build artifacts
uses: swatinem/[email protected].0
uses: swatinem/[email protected].1

- name: Publish to crates.io
run: cargo publish -v -p automatons-github --all-features --token ${{ secrets.CRATES_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release-automatons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
override: true

- name: Cache build artifacts
uses: swatinem/[email protected].0
uses: swatinem/[email protected].1

- name: Publish to crates.io
run: cargo publish -v -p automatons --all-features --token ${{ secrets.CRATES_TOKEN }}