Skip to content

Commit 1df42bb

Browse files
Bump the actions-dependencies group in /.github/workflows with 3 updates
Bumps the actions-dependencies group in /.github/workflows with 3 updates: [actions/cache](https://github.com/actions/cache), [crate-ci/typos](https://github.com/crate-ci/typos) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/cache` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) Updates `crate-ci/typos` from 1.35.1 to 1.35.2 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@a9ccf76...f1231bc) Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: crate-ci/typos dependency-version: 1.35.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc0565d commit 1df42bb

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
fetch-depth: 0
132132

133133
- name: Restore vcpkg cache
134-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
134+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
135135
id: cache
136136
with:
137137
path: vcpkg_pkgs_cache.zip
@@ -243,7 +243,7 @@ jobs:
243243
244244
- name: Save vcpkg cache
245245
if: steps.cache.outputs.cache-hit != 'true'
246-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
246+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
247247
with:
248248
path: ${{github.workspace}}/vcpkg_pkgs_cache.zip
249249
key: ${{ steps.cache.outputs.cache-primary-key }}
@@ -273,7 +273,7 @@ jobs:
273273
fetch-depth: 0
274274

275275
- name: Restore vcpkg cache
276-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
276+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
277277
id: cache
278278
with:
279279
path: vcpkg_pkgs_cache.zip
@@ -354,7 +354,7 @@ jobs:
354354
355355
- name: Save vcpkg cache
356356
if: steps.cache.outputs.cache-hit != 'true'
357-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
357+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
358358
with:
359359
path: ${{github.workspace}}/vcpkg_pkgs_cache.zip
360360
key: ${{ steps.cache.outputs.cache-primary-key }}

.github/workflows/reusable_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
arch: x64
287287

288288
- name: Restore vcpkg cache
289-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
289+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
290290
id: cache
291291
with:
292292
path: vcpkg_pkgs_cache.zip
@@ -436,7 +436,7 @@ jobs:
436436
437437
- name: Save vcpkg cache
438438
if: steps.cache.outputs.cache-hit != 'true'
439-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
439+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
440440
with:
441441
path: ${{github.workspace}}/vcpkg_pkgs_cache.zip
442442
key: ${{ steps.cache.outputs.cache-primary-key }}

.github/workflows/reusable_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
./scripts/check_license/check_headers.sh . "Apache-2.0 WITH LLVM-exception" -v
5858
5959
- name: Run a spell check
60-
uses: crate-ci/typos@a9ccf76b53d1ace194871d216f9ff058599a86db # v1.35.1
60+
uses: crate-ci/typos@f1231bc2bcc92b2b18da70a877cf89afce08dd42 # v1.35.2
6161
with:
6262
config: ./.github/workflows/.spellcheck-conf.toml
6363

.github/workflows/reusable_codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: "[Win] Restore vcpkg cache"
5050
if: matrix.os == 'windows-latest'
51-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
51+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5252
id: cache
5353
with:
5454
path: vcpkg_pkgs_cache.zip
@@ -117,7 +117,7 @@ jobs:
117117
118118
- name: "[Win] Save vcpkg cache"
119119
if: matrix.os == 'windows-latest' && steps.cache.outputs.cache-hit != 'true'
120-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
120+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
121121
with:
122122
path: ${{github.workspace}}/vcpkg_pkgs_cache.zip
123123
key: ${{ steps.cache.outputs.cache-primary-key }}

.github/workflows/reusable_compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
path: ${{github.workspace}}/tag_version
140140

141141
- name: Restore vcpkg cache
142-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
142+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
143143
id: cache
144144
with:
145145
path: vcpkg_pkgs_cache.zip
@@ -277,7 +277,7 @@ jobs:
277277
278278
- name: Save vcpkg cache
279279
if: steps.cache.outputs.cache-hit != 'true'
280-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
280+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
281281
with:
282282
path: ${{github.workspace}}/vcpkg_pkgs_cache.zip
283283
key: ${{ steps.cache.outputs.cache-primary-key }}

.github/workflows/reusable_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get install -y lcov
3333
3434
- name: Download all coverage artifacts
35-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
35+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
3636
with:
3737
pattern: exports-coverage-*
3838
path: coverage

.github/workflows/reusable_fast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
fetch-depth: 0
110110

111111
- name: Restore vcpkg cache
112-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
112+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
113113
id: cache
114114
with:
115115
path: vcpkg_pkgs_cache.zip
@@ -185,7 +185,7 @@ jobs:
185185
186186
- name: Save vcpkg cache
187187
if: steps.cache.outputs.cache-hit != 'true'
188-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
188+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
189189
with:
190190
path: ${{github.workspace}}/vcpkg_pkgs_cache.zip
191191
key: ${{ steps.cache.outputs.cache-primary-key }}

.github/workflows/reusable_gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: "[Win] Restore vcpkg cache"
7777
if: matrix.os == 'Windows'
78-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
78+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
7979
id: cache
8080
with:
8181
path: vcpkg_pkgs_cache.zip
@@ -197,7 +197,7 @@ jobs:
197197
198198
- name: "[Win] Save vcpkg cache"
199199
if: matrix.os == 'Windows' && steps.cache.outputs.cache-hit != 'true'
200-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
200+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
201201
with:
202202
path: ${{github.workspace}}/vcpkg_pkgs_cache.zip
203203
key: ${{ steps.cache.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)