Skip to content

Commit 645ff71

Browse files
authored
Merge pull request #410 from credfeto/dependabot/github_actions/actions/github-script-7.0.1
[Dependencies]: Bump actions/github-script from 7.0.0 to 7.0.1
2 parents 64b4dc5 + aff2fde commit 645ff71

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@v7.0.0
101+
uses: actions/github-script@v7.0.1
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@v7.0.0
90+
uses: actions/github-script@v7.0.1
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@v7.0.0
69+
uses: actions/github-script@v7.0.1
7070
with:
7171
script: |
7272
core.setFailed('Changelog has not changed')

0 commit comments

Comments
 (0)