From e9874352d04aca6388e61cee2228b063a327f010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 17:40:47 +0100 Subject: [PATCH] Upgrade `actions/github-script` from 6 to 7 version (#142) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 928607e..e7ab91c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -284,7 +284,7 @@ jobs: && startsWith(github.ref, 'refs/tags/v') }} - name: Form version Docker tags id: tags - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: result-encoding: string script: |