Skip to content

Commit

Permalink
MAINT: use GITHUB_OUTPUT instead of set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Nov 20, 2022
1 parent 195a87b commit 07a727c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/requirements-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Determine dependency changes
run: |
DIFF="$(git diff origin/main --color -- .constraints .pre-commit-config.yaml setup.cfg)"
echo ::set-output name=diff::"${DIFF}"
echo "diff=${DIFF}" >> $GITHUB_OUTPUT
id: diff
outputs:
diff: ${{ steps.diff.outputs.diff }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.0.157
rev: "afcb2ff"
hooks:
- id: check-dev-files
args:
Expand Down

0 comments on commit 07a727c

Please sign in to comment.