We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962081a commit 5db4b58Copy full SHA for 5db4b58
1 file changed
.github/workflows/cd.yaml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- name: Get GH token from Github App
27
id: gh-app-auth
28
- uses: getsentry/action-github-app-token@v3
+ uses: getsentry/action-github-app-token@v4
29
with:
30
app_id: ${{ secrets.NOTIFYCAL_CICD_APP_ID }}
31
private_key: ${{ secrets.NOTIFYCAL_CICD_APP_SECRET }}
@@ -36,7 +36,7 @@ jobs:
36
token: ${{ steps.gh-app-auth.outputs.token }}
37
38
# Using this to avoid unnecessary runs when files have not changed
39
- - uses: dorny/paths-filter@v3
+ - uses: dorny/paths-filter@v4
40
id: filter
41
42
filters: |
0 commit comments