Skip to content

Commit

Permalink
Merge pull request #6090 from nextcloud/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/github-script-6

Bump actions/github-script from 3 to 6
  • Loading branch information
mgallien authored Oct 4, 2023
2 parents 263be40 + c1e8755 commit 4973967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qml-label-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
echo "EXPECTED_MATCHES=1" >> $GITHUB_ENV
- name: Check label component use count
if: env.MATCHES != env.EXPECTED_MATCHES
uses: actions/github-script@v3
uses: actions/github-script@v6
with:
script: |
core.setFailed('Using QML Labels! Make sure to use EnforcedPlainTextLabel instead!')

0 comments on commit 4973967

Please sign in to comment.