Skip to content

Commit dcae6b5

Browse files
authored
Merge pull request #229 from influxdata/dependabot/github_actions/github-deps-7a3ea4e3cf
chore(deps): bump the github-deps group with 2 updates
2 parents 2a38532 + 5293ea7 commit dcae6b5

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)