Skip to content

Commit dd2b56c

Browse files
dependabot[bot]davidv1992
authored andcommitted
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...1af3b93) Updates `taiki-e/install-action` from 2.62.49 to 2.62.56 - [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@44c6d64...f79fe75) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-version: 2.62.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e09858f commit dd2b56c

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/checks.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
target: "x86_64-unknown-linux-musl"
4040
steps:
4141
- name: Checkout sources
42-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
42+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
4343
with:
4444
persist-credentials: false
4545
- name: Set target rust version
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
target: ${{ matrix.target }}
6565
- name: Install cargo-llvm-cov
66-
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
66+
uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9
6767
with:
6868
tool: cargo-llvm-cov
6969
- name: Rust cache
@@ -91,15 +91,15 @@ jobs:
9191
runs-on: ubuntu-latest
9292
steps:
9393
- name: Checkout sources
94-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
94+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
9595
with:
9696
persist-credentials: false
9797
- name: Install nightly toolchain
9898
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
9999
with:
100100
toolchain: nightly-2025-08-11
101101
- name: Install udeps
102-
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
102+
uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9
103103
with:
104104
tool: cargo-udeps
105105
- name: cargo udeps
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ubuntu-latest
113113
steps:
114114
- name: Checkout sources
115-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
115+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
116116
with:
117117
persist-credentials: false
118118
- name: Install rust toolchain
@@ -141,7 +141,7 @@ jobs:
141141
runs-on: ${{matrix.runs_on}}
142142
steps:
143143
- name: Checkout sources
144-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
144+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
145145
with:
146146
persist-credentials: false
147147
- name: Install rust toolchain
@@ -159,7 +159,7 @@ jobs:
159159
if: ${{matrix.runs_on == 'ubuntu-latest'}}
160160

161161
- name: Install bindgen-cli
162-
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
162+
uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9
163163
with:
164164
tool: bindgen-cli
165165
if: ${{matrix.runs_on == 'ubuntu-latest'}}
@@ -178,7 +178,7 @@ jobs:
178178
SQLX_OFFLINE: "true"
179179
runs-on: ubuntu-latest
180180
steps:
181-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
181+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
182182
- uses: EmbarkStudios/cargo-deny-action@f2ba7abc2abebaf185c833c3961145a3c275caad
183183
with:
184184
arguments: --workspace --all-features
@@ -205,7 +205,7 @@ jobs:
205205
features: ''
206206
steps:
207207
- name: Checkout sources
208-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
208+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
209209
with:
210210
persist-credentials: false
211211
- name: Install nightly toolchain
@@ -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@44c6d64aa62cd779e873306675c7a58e86d6d532
217+
uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9
218218
with:
219219
tool: cargo-fuzz,rustfilt
220220
- name: Run `cargo fuzz`

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
Build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2020

2121
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
2222
id: setup-buildx

.github/workflows/helm-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
Build:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2424

2525
- name: Extract version and check existance
2626
id: check

0 commit comments

Comments
 (0)