Skip to content

Commit

Permalink
[Dependencies]: Bump actions/github-script from 6.4.1 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6.4.1...v7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 594a000 commit 5b8e9b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
CREATE_RELEASE: false

- name: "Build Version"
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
script: |
core.info('Version: \u001b[38;5;6m${{env.BUILD_VERSION}}');
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
CREATE_RELEASE: true

- name: "Build Version"
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
script: |
core.info('Version: \u001b[38;5;6m${{env.BUILD_VERSION}}');
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
shell: bash
run: echo "CHANGES=$(git diff --exit-code --no-patch --merge-base origin/main CHANGELOG.md 2> /dev/null && echo 0 || echo $?)" >> "$GITHUB_ENV"
- if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template')) && env.CHANGES == '0'
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
script: |
core.setFailed('Changelog has not changed')
Expand Down

0 comments on commit 5b8e9b1

Please sign in to comment.