From 0dc0b24fa127d6c0b33c69eabbee407a812a0a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 12:19:22 +0000 Subject: [PATCH] Bump actions/script from 4 to 5.1.0 Bumps [actions/script](https://github.com/actions/script) from 4 to 5.1.0. - [Release notes](https://github.com/actions/script/releases) - [Commits](https://github.com/actions/script/compare/v4...v5.1.0) --- updated-dependencies: - dependency-name: actions/script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/refresh-lockfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 .github/workflows/refresh-lockfiles.yml diff --git a/.github/workflows/refresh-lockfiles.yml b/.github/workflows/refresh-lockfiles.yml old mode 100755 new mode 100644 index 3106d94a67..3e8b0a2be4 --- a/.github/workflows/refresh-lockfiles.yml +++ b/.github/workflows/refresh-lockfiles.yml @@ -35,7 +35,7 @@ jobs: # the lockfile bot has made the head commit, abort the workflow. # This job can be manually overridden by running directly from the github actions panel # (known as a "workflow_dispatch") and setting the `clobber` input to "yes". - - uses: actions/script@v4 + - uses: actions/script@v5.1.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |