From 97943631bc8721a10f86600e2a32744635d6cbb5 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 14 Nov 2023 07:34:54 +0000 Subject: [PATCH] [Dependencies] - Update .github/workflows/build-and-publish-release.yml to match the template repo --- .github/workflows/build-and-publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish-release.yml b/.github/workflows/build-and-publish-release.yml index a747ab9d..50d78d5d 100644 --- a/.github/workflows/build-and-publish-release.yml +++ b/.github/workflows/build-and-publish-release.yml @@ -87,7 +87,7 @@ jobs: CREATE_RELEASE: true - name: "Build Version" - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 with: script: | core.info('Version: \u001b[38;5;6m${{env.BUILD_VERSION}}');