File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 61
61
62
62
- name : Restore github-action.json schema
63
63
id : restore-schema
64
- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
64
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
65
65
with :
66
66
path : |
67
67
github-action.json
@@ -108,7 +108,7 @@ jobs:
108
108
GH_TOKEN : ${{ github.token }}
109
109
110
110
- 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
112
112
if : steps.download-schema.outputs.schema-changed == 'true'
113
113
with :
114
114
path : |
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ runs:
42
42
43
43
# Get openapi-generator
44
44
- id : openapi-generator-cache
45
- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
45
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
46
46
with :
47
47
key : openapi-generator-${{ inputs.generator-version }}
48
48
path : openapi-generator-cli.jar
49
49
- shell : bash
50
50
if : steps.openapi-generator-cache.outputs.cache-hit != 'true'
51
51
run : |
52
52
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
54
54
if : steps.openapi-generator-cache.outputs.cache-hit != 'true'
55
55
with :
56
56
key : openapi-generator-${{ inputs.generator-version }}
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- name : Setup cache
24
24
id : cache
25
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
25
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
26
26
with :
27
27
path : ${{ github.workspace }}/bin/argo
28
28
key : ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- name : Setup cache
15
15
id : cache
16
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
16
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
17
17
with :
18
18
path : ${{ github.workspace }}/bin/conftest
19
19
key : conftest-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- name : Setup cache
24
24
id : cache
25
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
25
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
26
26
with :
27
27
path : ${{ github.workspace }}/bin/jrsonnet
28
28
key : ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}
You can’t perform that action at this time.
0 commit comments