Skip to content

Commit 7d74357

Browse files
authored
Merge pull request #14 from docker/dependabot/github_actions/actions/github-script-8
build(deps): Bump actions/github-script from 7 to 8
2 parents 8e51db9 + 4b3d5df commit 7d74357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
-
137137
name: Prepare
138138
id: prepare
139-
uses: actions/github-script@v7
139+
uses: actions/github-script@v8
140140
env:
141141
INPUT_LOCAL-EXPORT-DIR: ${{ env.LOCAL_EXPORT_DIR }}
142142
INPUT_CACHE: ${{ inputs.cache }}
@@ -310,7 +310,7 @@ jobs:
310310
-
311311
name: Create manifest
312312
if: ${{ inputs.build-output == 'registry' }}
313-
uses: actions/github-script@v7
313+
uses: actions/github-script@v8
314314
env:
315315
INPUT_IMAGE-NAMES: ${{ inputs.meta-images }}
316316
INPUT_TAG-NAMES: ${{ steps.meta.outputs.tag-names }}

0 commit comments

Comments
 (0)