Skip to content

Commit 6a4c3c9

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump actions/github-script
Bumps the github-actions-dependencies group with 1 update in the /actions/docker/build-image directory: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7.0.1...ed59741) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Emilien Escalle <[email protected]>
1 parent 54aa1ef commit 6a4c3c9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

actions/docker/build-image/action.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ runs:
213213
# FIXME: Remove this when https://github.com/int128/docker-build-cache-config-action/pull/1213 is merged
214214
- id: transform-cache-gha
215215
if: inputs.cache-type == 'gha'
216-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
216+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
217217
with:
218218
script: |
219219
const cacheFrom = `${{ steps.cache.outputs.cache-from }}`;
@@ -266,9 +266,11 @@ runs:
266266
secrets: ${{ inputs.secrets }}
267267
secret-envs: ${{ inputs.secret-envs }}
268268
platforms: ${{ inputs.platform }}
269-
# FIXME: Remove 'inputs.cache-type == 'gha' && steps.transform-cache-gha.outputs.cache-from ||' when https://github.com/int128/docker-build-cache-config-action/pull/1213 is merged
269+
# FIXME: Remove 'inputs.cache-type == 'gha' && steps.transform-cache-gha.outputs.cache-from ||'
270+
# when https://github.com/int128/docker-build-cache-config-action/pull/1213 is merged
270271
cache-from: ${{ inputs.cache-type == 'gha' && steps.transform-cache-gha.outputs.cache-from || steps.cache.outputs.cache-from }}
271-
# FIXME: Remove 'inputs.cache-type == 'gha' && steps.transform-cache-gha.outputs.cache-to ||' when https://github.com/int128/docker-build-cache-config-action/pull/1213 is merged
272+
# FIXME: Remove 'inputs.cache-type == 'gha' && steps.transform-cache-gha.outputs.cache-to ||'
273+
# when https://github.com/int128/docker-build-cache-config-action/pull/1213 is merged
272274
cache-to: ${{ inputs.cache-type == 'gha' && steps.transform-cache-gha.outputs.cache-to || steps.cache.outputs.cache-to }}
273275
outputs: "type=image,push=true,push-by-digest=true,name-canonical=true,name=${{ steps.metadata.outputs.image }}"
274276
labels: ${{ steps.metadata.outputs.labels }}

0 commit comments

Comments
 (0)