Skip to content

Commit

Permalink
Merge pull request #467 from credfeto/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/github-script-7.0.0

[Dependencies]: Bump actions/github-script from 6.4.1 to 7.0.0
  • Loading branch information
credfeto authored Nov 14, 2023
2 parents 594a000 + 5b8e9b1 commit 6d72f1d
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 6d72f1d

Please sign in to comment.