Skip to content

Commit 149b9bf

Browse files
authored
Merge pull request #455 from influxdata/dependabot/github_actions/github-deps-063a2fd46d
chore(deps): bump the github-deps group with 3 updates
2 parents c478fa5 + 50a991e commit 149b9bf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2
45+
uses: taiki-e/install-action@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # 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
@@ -74,7 +74,7 @@ jobs:
7474
fi
7575
7676
- name: upload docs
77-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
77+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7878
with:
7979
name: docs
8080
path: target/doc

.github/workflows/prebuild.yml

Lines changed: 2 additions & 2 deletions
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@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2
49+
uses: taiki-e/install-action@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # 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
@@ -136,7 +136,7 @@ jobs:
136136
subject-path: out/*
137137

138138
- name: publish release
139-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
139+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
140140
with:
141141
body: |
142142
WASM guest binaries.

0 commit comments

Comments
 (0)