Skip to content

Commit 10fd83c

Browse files
dependabot[bot]rnijveld
authored andcommitted
Bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action), [taiki-e/install-action](https://github.com/taiki-e/install-action), [docker/login-action](https://github.com/docker/login-action) and [actions/cache](https://github.com/actions/cache). Updates `taiki-e/setup-cross-toolchain-action` from 1.37.1 to 1.38.0 - [Release notes](https://github.com/taiki-e/setup-cross-toolchain-action/releases) - [Changelog](https://github.com/taiki-e/setup-cross-toolchain-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/setup-cross-toolchain-action@d30d20f...b8d1a32) Updates `taiki-e/install-action` from 2.67.11 to 2.67.18 - [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@887bc4e...650c5ca) Updates `docker/login-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...c94ce9f) Updates `actions/cache` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...cdf6c1f) --- updated-dependencies: - dependency-name: taiki-e/setup-cross-toolchain-action dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-version: 2.67.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e474d86 commit 10fd83c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/checks.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
run: cargo +nightly-2025-08-11 update -Z direct-minimal-versions
6060
if: ${{ matrix.rust == 'msrv' }}
6161
- name: Install cross-compilation tools
62-
uses: taiki-e/setup-cross-toolchain-action@d30d20f04a3b09718e138524795d0d6ab7703dcb
62+
uses: taiki-e/setup-cross-toolchain-action@b8d1a322a6009a2b7220f53996695778eef89b41
6363
with:
6464
target: ${{ matrix.target }}
6565
- name: Install cargo-llvm-cov
66-
uses: taiki-e/install-action@887bc4e03483810873d617344dd5189cd82e7b8b
66+
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31
6767
with:
6868
tool: cargo-llvm-cov
6969
- name: Rust cache
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
toolchain: nightly-2025-08-11
101101
- name: Install udeps
102-
uses: taiki-e/install-action@887bc4e03483810873d617344dd5189cd82e7b8b
102+
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31
103103
with:
104104
tool: cargo-udeps
105105
- name: cargo udeps
@@ -159,7 +159,7 @@ jobs:
159159
if: ${{matrix.runs_on == 'ubuntu-latest'}}
160160

161161
- name: Install bindgen-cli
162-
uses: taiki-e/install-action@887bc4e03483810873d617344dd5189cd82e7b8b
162+
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31
163163
with:
164164
tool: bindgen-cli
165165
if: ${{matrix.runs_on == 'ubuntu-latest'}}
@@ -214,7 +214,7 @@ jobs:
214214
toolchain: nightly-2025-08-11
215215
components: llvm-tools-preview
216216
- name: Install cargo fuzz & rustfilt
217-
uses: taiki-e/install-action@887bc4e03483810873d617344dd5189cd82e7b8b
217+
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31
218218
with:
219219
tool: cargo-fuzz,rustfilt
220220
- name: Run `cargo fuzz`

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
2222
id: setup-buildx
2323

24-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
24+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.actor }}
@@ -38,7 +38,7 @@ jobs:
3838
DOCKER_METADATA_SHORT_SHA_LENGTH: 12
3939

4040
- name: Cache
41-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
41+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4242
id: cache
4343
with:
4444
path: cache-mount

.github/workflows/helm-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
version: v3.19.0
4343

44-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
44+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.actor }}

0 commit comments

Comments
 (0)