Skip to content

Commit 5e14fac

Browse files
authored
Merge pull request #482 from influxdata/dependabot/github_actions/github-deps-6cab099b7d
chore(deps): bump taiki-e/install-action from 2.75.18 to 2.75.23 in the github-deps group
2 parents 59758af + 805f37d commit 5e14fac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "LD_LIBRARY_PATH=${path_bin}/../lib" >> "$GITHUB_ENV"
4343
4444
- name: Install `cargo-deny` & `just` & `tombi` & 'typos' & 'wasm-tools'
45-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2
45+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2
4646
with:
4747
tool: cargo-deny,just,tombi,typos,wasm-tools
4848
# only allow tools that got pinned via `install-action` to prevent supply chain attacks and surprise-upgrades

.github/workflows/prebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
version-file: "python-tooling/pyproject.toml"
4747

4848
- name: Install `just` & `wasm-tools`
49-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2
49+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2
5050
with:
5151
tool: just,wasm-tools
5252
# only allow tools that got pinned via `install-action` to prevent supply chain attacks and surprise-upgrades

0 commit comments

Comments
 (0)