Skip to content

Commit c27d569

Browse files
committed
[FF-1429] - Update .github/workflows/pr-lint.yml to match the template repo
1 parent d9e5190 commit c27d569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- if: ${{(github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template'))}}
5757
run: echo "CHANGES=$(git diff --exit-code --no-patch --merge-base origin/main CHANGELOG.md 2> /dev/null && echo 0 || echo $?)" >> "$GITHUB_ENV"
5858
- if: ${{(github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template')) && env.CHANGES == '0'}}
59-
uses: actions/github-script@v6.3.3
59+
uses: actions/github-script@v6.4.0
6060
with:
6161
script: |
6262
core.setFailed('Changelog has not changed')

0 commit comments

Comments
 (0)