We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c850af9 commit 78d0eeaCopy full SHA for 78d0eea
.github/workflows/pr_precommit.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
python-version: "3.10"
25
26
- - uses: tj-actions/changed-files@v45
+ - uses: tj-actions/changed-files@v46
27
id: changed-files
28
29
- name: List changed files
.github/workflows/precommit_autoupdate.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: browniebroke/pre-commit-autoupdate-action@v1
21
22
- if: always()
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
id: app-token
app-id: ${{ vars.PR_APP_ID }}
0 commit comments