Skip to content

Commit 40dc6b3

Browse files
[Dependencies]: Bump actions/github-script from 6.4.1 to 7.0.0
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] <support@github.com>
1 parent f34349d commit 40dc6b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-publish-pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
CREATE_RELEASE: false
9999

100100
- name: "Build Version"
101-
uses: actions/github-script@v6.4.1
101+
uses: actions/github-script@v7.0.0
102102
with:
103103
script: |
104104
core.info('Version: \u001b[38;5;6m${{env.BUILD_VERSION}}');

.github/workflows/build-and-publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
CREATE_RELEASE: true
8888

8989
- name: "Build Version"
90-
uses: actions/github-script@v6.4.1
90+
uses: actions/github-script@v7.0.0
9191
with:
9292
script: |
9393
core.info('Version: \u001b[38;5;6m${{env.BUILD_VERSION}}');

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
shell: bash
6767
run: echo "CHANGES=$(git diff --exit-code --no-patch --merge-base origin/main CHANGELOG.md 2> /dev/null && echo 0 || echo $?)" >> "$GITHUB_ENV"
6868
- if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template')) && env.CHANGES == '0'
69-
uses: actions/github-script@v6.4.1
69+
uses: actions/github-script@v7.0.0
7070
with:
7171
script: |
7272
core.setFailed('Changelog has not changed')

0 commit comments

Comments
 (0)