Skip to content

Commit 50a3393

Browse files
chore(deps): update actions/github-script action to v9 (#107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b61648c commit 50a3393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/get-changed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- name: Filter out images that already exist in GHCR
162162
id: filter-existing
163163
if: ${{ (steps.candidates.outputs.count != '0') || (steps.candidates-all.outputs.count != '0') }}
164-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
164+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
165165
env:
166166
FORCE: ${{ inputs.force }}
167167
OWNER: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)