Skip to content

Commit 23541ec

Browse files
authored
Merge pull request #616 from Wikid82/renovate/development-actions-github-script-8.x
chore(deps): update actions/github-script action to v8 (development)
2 parents bfb9f86 + 5951a16 commit 23541ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-geolite2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
161161
- name: Report failure via GitHub Issue
162162
if: failure()
163-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
163+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
164164
with:
165165
script: |
166166
const errorType = '${{ steps.checksum.outputs.error }}' || 'unknown';

0 commit comments

Comments
 (0)