From a5b4e0ea0dbf8ff8c66131450f5ef7c54f6f0540 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:23:57 +0200 Subject: [PATCH] Upgrade to actions/github-script v7 --- .github/workflows/ci-docker-publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-docker-publish-release.yml b/.github/workflows/ci-docker-publish-release.yml index ba9af9c8..21dc0ce0 100644 --- a/.github/workflows/ci-docker-publish-release.yml +++ b/.github/workflows/ci-docker-publish-release.yml @@ -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.