From 87270fa93d113e2242f4139f59c0e1cb46416460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:58:55 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 090cd5c..7ab6d40 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: region: ${{ secrets.LOL_REGION }} - name: Test outputs - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | "${{ steps.league-client.outputs.rcs-password }}".length === 0 && core.setFailed("No RCS Password Output"); diff --git a/action.yml b/action.yml index 166d5ec..abb159e 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ runs: steps: - name: "Ensure it's running on Windows" if: ${{ runner.os != 'Windows' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: core.setFailed('This action must be run on Windows!')