Skip to content

Commit e5046d1

Browse files
dependabot[bot]VorpalBlade
authored andcommitted
chore(deps): bump taiki-e/install-action in the actions group
Bumps the actions group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.65.1 to 2.65.6 - [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@b9c5db3...28a9d31) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.65.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea73134 commit e5046d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/act_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "# Ld"
6868
ld -v
6969
- name: Install cross
70-
uses: taiki-e/install-action@b9c5db3aef04caffaf95a1d03931de10fb2a140f # v2.65.1
70+
uses: taiki-e/install-action@28a9d316db64b78a951f3f8587a5d08cc97ad8eb # v2.65.6
7171
with:
7272
tool: cross@latest
7373
# Cache doesn't work when cross compiling anyway.

.github/workflows/act_build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
persist-credentials: false
100100
- name: Install Rust toolchain
101101
uses: dtolnay/rust-toolchain@stable
102-
- uses: taiki-e/install-action@b9c5db3aef04caffaf95a1d03931de10fb2a140f # v2.65.1
102+
- uses: taiki-e/install-action@28a9d316db64b78a951f3f8587a5d08cc97ad8eb # v2.65.6
103103
with:
104104
tool: cross@latest
105105
- uses: taiki-e/upload-rust-binary-action@3962470d6e7f1993108411bc3f75a135ec67fc8c # v1.27.0

0 commit comments

Comments
 (0)