Skip to content

Commit

Permalink
CI: Fix 'The set-output command is deprecated' warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuebner committed Jul 21, 2023
1 parent 3ff04f1 commit 4b6e7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- dh/ci-setup
pull_request:
branches:
- master
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: yang-lsp/**/test-results/**/*.xml
Expand Down

0 comments on commit 4b6e7eb

Please sign in to comment.