Skip to content

Commit 5293ea7

Browse files
chore(deps): bump the github-deps group with 2 updates
Bumps the github-deps group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [Swatinem/rust-cache](https://github.com/swatinem/rust-cache). Updates `taiki-e/install-action` from 2.62.57 to 2.62.60 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@763e332...3575e53) Updates `Swatinem/rust-cache` from 2.8.1 to 2.8.2 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@f13886b...779680d) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-deps - dependency-name: Swatinem/rust-cache dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a38532 commit 5293ea7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pip install --requirement=.github/workflows/requirements.txt
3131

3232
- name: Install `cargo-deny` & `just` & 'typos'
33-
uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2
33+
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d # v2
3434
with:
3535
tool: cargo-deny,just,typos
3636

@@ -45,7 +45,7 @@ jobs:
4545
targets: wasm32-wasip2
4646

4747
- name: Rust Cache
48-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
48+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
4949

5050
# Swatinem/rust-cache does NOT cache docs, see
5151
# https://github.com/Swatinem/rust-cache/issues/208

.github/workflows/prebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: ./.github/actions/free-disk-space
4545

4646
- name: Install `just`
47-
uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2
47+
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d # v2
4848
with:
4949
tool: just
5050

0 commit comments

Comments
 (0)