Skip to content

Commit

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

Build(deps): Bump actions/github-script from 6 to 7
  • Loading branch information
mgallien authored Dec 5, 2023
2 parents 56f043f + bb9b62f commit ff93f3d
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@v6
uses: actions/github-script@v7
with:
script: |
core.setFailed('Using QML Labels! Make sure to use EnforcedPlainTextLabel instead!')

0 comments on commit ff93f3d

Please sign in to comment.