From abb3fcb941c12924863d84df6435e380ecdea047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 17:36:49 +0100 Subject: [PATCH] Upgrade `actions/github-script` from 6 to 7 version (#139) 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 7ec504da2..1b761a423 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -911,7 +911,7 @@ jobs: && startsWith(github.ref, 'refs/tags/medea-') }} - name: Form Docker version tags id: versions - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: result-encoding: string script: |