Skip to content

Commit bcfe5a0

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

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
54+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
101+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
264+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
41+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
53+
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5454
if: steps.openapi-generator-cache.outputs.cache-hit != 'true'
5555
with:
5656
key: openapi-generator-${{ inputs.generator-version }}

actions/run-capslock/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
go-version: "${{ inputs.go-version }}"
3535
- name: Cache capslock
3636
id: capslock-cache
37-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
37+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3838
with:
3939
path: ~/go
4040
key: ${{ runner.os }}-${{ runner.arch }}-capslock-${{ inputs.capslock-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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
25+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
16+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
25+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2626
with:
2727
path: /usr/local/bin/jrsonnet
2828
key: ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}

0 commit comments

Comments
 (0)