Skip to content

Commit 3e65764

Browse files
authored
CI: update actions (#836)
1 parent 0a84d8b commit 3e65764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Delete Untagged Images
2323
if: (github.event_name == 'schedule')
24-
uses: actions/github-script@v6
24+
uses: actions/github-script@v7
2525
with:
2626
github-token: ${{ secrets.DELETE_PACKAGES_TOKEN }}
2727
script: |

0 commit comments

Comments
 (0)