From 610f50d885307b4ed80336ff325c92516695ef1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 07:03:05 +0000 Subject: [PATCH] Bump actions/github-script from 6.3.1 to 6.4.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.1 to 6.4.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd...98814c53be79b1d30f795b907e553d8679345975) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-docker-images.yml b/.github/workflows/reusable-docker-images.yml index dc3cc543..66d89453 100644 --- a/.github/workflows/reusable-docker-images.yml +++ b/.github/workflows/reusable-docker-images.yml @@ -39,7 +39,7 @@ jobs: - name: Prepare variables id: vars - uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.1 + uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0 with: script: | const { GITHUB_REF_NAME, GITHUB_REF_TYPE, GITHUB_SHA } = process.env