Skip to content

Commit

Permalink
chore(deps): Bump Swatinem/rust-cache from 2.7.2 to 2.7.3
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.2 to 2.7.3.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@a226033...23bce25)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robo9k committed Feb 16, 2024
1 parent 197bd76 commit eb3caf2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- uses: rui314/setup-mold@a06ef6535ccec20261b6f58bbadf24d1ef0e5486 # does not have recent tags

- uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3

- run: cargo +${{ steps.toolchain.outputs.name }} build --all-targets --all-features --verbose

Expand All @@ -57,7 +57,7 @@ jobs:

- uses: rui314/setup-mold@a06ef6535ccec20261b6f58bbadf24d1ef0e5486 # does not have recent tags

- uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3

- uses: taiki-e/install-action@a6173a9cbc8927eb1def26c72d123d297efb1b10 # v2.24.3
with:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

- uses: rui314/setup-mold@a06ef6535ccec20261b6f58bbadf24d1ef0e5486 # does not have recent tags

- uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3

- uses: taiki-e/install-action@a6173a9cbc8927eb1def26c72d123d297efb1b10 # v2.24.3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
toolchain: "stable"

- uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3

- uses: taiki-e/install-action@a6173a9cbc8927eb1def26c72d123d297efb1b10 # v2.24.3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
toolchain: "stable"

- uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3

- uses: actions/create-github-app-token@f04aa94d10cf56334d1c580e077ce2e3569e805d # v1.6.3
id: app-token
Expand Down

0 comments on commit eb3caf2

Please sign in to comment.