Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/github-script from 6 to 7
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]>
dependabot[bot] authored Nov 17, 2023
1 parent 2f83529 commit f470c50
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:

- name: Parse major unity version
id: major-unity-version
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
UNITY_VERSION: ${{ matrix.unityVersion }}
with:
2 changes: 1 addition & 1 deletion .github/workflows/releasables.yml
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ jobs:

- name: Get latest release version
id: latest-release-version
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
result-encoding: string
script: |

0 comments on commit f470c50

Please sign in to comment.