Skip to content

Commit

Permalink
Merge pull request #85 from Citi/renovate/actions-github-script-7.x
Browse files Browse the repository at this point in the history
Update actions/github-script action to v7
  • Loading branch information
imanushin authored Aug 21, 2024
2 parents e6cdbfa + cc11e0b commit aff919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle#using-the-gradle-starter-workflow
- name: Branch Check
if: github.ref != 'refs/heads/master'
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
script: |
core.setFailed('This workflow must run on master branch only')
Expand Down

0 comments on commit aff919e

Please sign in to comment.