File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions: {}
1010
1111jobs :
1212 greetings :
13- uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
13+ uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
1414 permissions :
1515 contents : read
1616 issues : write
Original file line number Diff line number Diff line change 8383 release :
8484 needs : ci
8585 if : github.event_name != 'schedule'
86- uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@44e0f1bacebf3711bf90895fc45d815e9fe582e8 # 0.18.0
86+ uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@daee4406a47682bd2adf0822c12f1d46338d7da1 # 0.18.1
8787 permissions :
8888 contents : read
8989 with :
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ runs:
283283 core.setOutput('cache-from', transformedCacheFrom);
284284 core.setOutput('cache-to', transformedCacheTo);
285285
286- - uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
286+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
287287 id : cache
288288 with :
289289 path : cache-mount
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ runs:
148148
149149 - name : Cache textlint
150150 id : cache-textlint
151- uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
151+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
152152 with :
153153 path : ${{ steps.prepare-variables.outputs.textlint-cache-path }}
154154 key : ${{ runner.os }}-textlint-${{ hashFiles(steps.prepare-variables.outputs.textlint-config-path) }}
@@ -194,7 +194,7 @@ runs:
194194
195195 - name : Cache prettier
196196 id : cache-prettier
197- uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
197+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
198198 with :
199199 path : ${{ steps.prepare-variables.outputs.prettier-cache-path }}
200200 key : ${{ runner.os }}-prettier
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ runs:
182182
183183 core.setOutput('yq-command', yqCommands.join('\n'));
184184
185- - uses : mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
185+ - uses : mikefarah/yq@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1
186186 with :
187187 cmd : |
188188 ${{ steps.chart-values-updates.outputs.yq-command }}
You can’t perform that action at this time.
0 commit comments