Skip to content

Commit c4422fc

Browse files
chore(deps): update actions/cache action to v4.2.0 (#636)
Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
1 parent 81c3771 commit c4422fc

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Restore github-action.json schema
6363
id: restore-schema
64-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
64+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
6565
with:
6666
path: |
6767
github-action.json
@@ -108,7 +108,7 @@ jobs:
108108
GH_TOKEN: ${{ github.token }}
109109

110110
- name: Save github-action.json schema to cache
111-
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
111+
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
112112
if: steps.download-schema.outputs.schema-changed == 'true'
113113
with:
114114
path: |

actions/generate-openapi-clients/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ runs:
4242

4343
# Get openapi-generator
4444
- id: openapi-generator-cache
45-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
45+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
4646
with:
4747
key: openapi-generator-${{ inputs.generator-version }}
4848
path: openapi-generator-cli.jar
4949
- shell: bash
5050
if: steps.openapi-generator-cache.outputs.cache-hit != 'true'
5151
run: |
5252
wget -nv "https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/${{ inputs.generator-version }}/openapi-generator-cli-${{ inputs.generator-version }}.jar" -O ./openapi-generator-cli.jar
53-
- uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
53+
- uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
25+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
2626
with:
2727
path: ${{ github.workspace }}/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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
16+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
1717
with:
1818
path: ${{ github.workspace }}/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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
25+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
2626
with:
2727
path: ${{ github.workspace }}/bin/jrsonnet
2828
key: ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}

0 commit comments

Comments
 (0)