Skip to content

Commit 77b0139

Browse files
dependabot[bot]rnijveld
authored andcommitted
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [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/install-action` from 2.62.1 to 2.62.12 - [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@d6912b4...5ab3094) Updates `docker/login-action` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@184bdaa...5e57cd1) Updates `actions/cache` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a491ffd commit 77b0139

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
target: ${{ matrix.target }}
6565
- name: Install cargo-llvm-cov
66-
uses: taiki-e/install-action@d6912b47771be2c443ec90dbb3d28e023987e782
66+
uses: taiki-e/install-action@5ab30948b991e8d6aa5a6c1e33c6aea130c6de65
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@d6912b47771be2c443ec90dbb3d28e023987e782
102+
uses: taiki-e/install-action@5ab30948b991e8d6aa5a6c1e33c6aea130c6de65
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@d6912b47771be2c443ec90dbb3d28e023987e782
162+
uses: taiki-e/install-action@5ab30948b991e8d6aa5a6c1e33c6aea130c6de65
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@d6912b47771be2c443ec90dbb3d28e023987e782
217+
uses: taiki-e/install-action@5ab30948b991e8d6aa5a6c1e33c6aea130c6de65
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@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
2222
id: setup-buildx
2323

24-
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
24+
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
41+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
44+
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.actor }}

0 commit comments

Comments
 (0)