diff --git a/action.yml b/action.yml index be32e34..bc66b6b 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ runs: steps: - name: "Ensure it's running on Windows" if: ${{ runner.os != 'Windows' }} - uses: actions/github-script@v3 + uses: actions/github-script@v6 with: script: core.setFailed('This action must be run on Windows!')