Skip to content

Commit 1c71806

Browse files
build(deps): bump actions/github-script from 7 to 8 (#2823)
1 parent c95f0fb commit 1c71806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily-container-scans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Get latest release
3232
id: get_release
33-
uses: actions/github-script@v7
33+
uses: actions/github-script@v8
3434
with:
3535
script: |
3636
const release = await github.rest.repos.getLatestRelease({

0 commit comments

Comments
 (0)