Skip to content

Commit 25cf7e3

Browse files
chore(deps): update actions/cache action to v4.2.4 (#1201)
Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
1 parent d21f5e2 commit 25cf7e3

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/lint-shared-workflows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Restore github-action.json schema
5252
id: restore-schema
5353
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
54-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
54+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5555
with:
5656
path: |
5757
github-action.json
@@ -98,7 +98,7 @@ jobs:
9898
GH_TOKEN: ${{ github.token }}
9999

100100
- name: Save github-action.json schema to cache
101-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
101+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
102102
if: steps.restore-schema.conclusion == 'success' && steps.download-schema.outputs.schema-changed == 'true'
103103
with:
104104
path: |

.github/workflows/reusable-zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261

262262
- name: Restore config from cache
263263
id: cache-config
264-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
264+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
265265
if: env.DEFAULT_ZIZMOR_CONFIG_DOWNLOADED
266266
with:
267267
path: ${{ runner.temp }}/zizmor.yml

actions/generate-openapi-clients/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
steps:
3939
# Get openapi-generator
4040
- id: openapi-generator-cache
41-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
41+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4242
with:
4343
key: openapi-generator-${{ inputs.generator-version }}
4444
path: openapi-generator-cli.jar
@@ -50,7 +50,7 @@ runs:
5050
GENERATOR_VERSION: ${{ inputs.generator-version }}
5151
run: |
5252
wget -nv "https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/${GENERATOR_VERSION}/openapi-generator-cli-${GENERATOR_VERSION}.jar" -O ./openapi-generator-cli.jar
53-
- uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
53+
- uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5454
if: steps.openapi-generator-cache.outputs.cache-hit != 'true'
5555
with:
5656
key: openapi-generator-${{ inputs.generator-version }}

actions/setup-argo/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
steps:
2323
- name: Setup cache
2424
id: cache
25-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
25+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2626
with:
2727
path: /usr/local/bin/argo
2828
key: ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}

actions/setup-conftest/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
steps:
1414
- name: Setup cache
1515
id: cache
16-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
16+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
1717
with:
1818
path: /usr/local/bin/conftest
1919
key: conftest-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}

actions/setup-jrsonnet/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
steps:
2323
- name: Setup cache
2424
id: cache
25-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
25+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2626
with:
2727
path: /usr/local/bin/jrsonnet
2828
key: ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}

0 commit comments

Comments
 (0)