From e1c09937448209205a891cc96a5f1e15e2aa4ecb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:37:01 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v6 --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 6bb86429938..f7a909afa8b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -18,7 +18,7 @@ jobs: # Otherwise, we must be building from a push to master, so use 'latest'. - name: Get tag name id: get-tag-name - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: script: | const branchName = context.ref.split('/').slice(-1)[0];