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!')