Skip to content

Commit 4b3d5df

Browse files
build(deps): Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cda4020 commit 4b3d5df

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)