Skip to content

Commit

Permalink
Bump actions/github-script from 6 to 7 (#22)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 0235738 commit c44f92c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-test.ea5ea07.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.lcu-password }}".length === 0 && core.setFailed("No LCU Password Output");
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-test.v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.lcu-password }}".length === 0 && core.setFailed("No LCU Password Output");
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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.lcu-password }}".length === 0 && core.setFailed("No LCU Password Output");
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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!')

Expand Down

0 comments on commit c44f92c

Please sign in to comment.