Upgrade to actions/github-script v7

This commit is contained in:
Bubka 2024-09-27 15:23:57 +02:00
parent 165ba93407
commit a5b4e0ea0d

View File

@ -20,7 +20,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set tags
uses: actions/github-script@v6
uses: actions/github-script@v7
id: set_tags
with:
# context.ref: For workflows triggered by release, this is the release tag created.