Skip to content

Commit 5db4b58

Browse files
ci(deps): Update Github-actions to v4
1 parent 962081a commit 5db4b58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Get GH token from Github App
2727
id: gh-app-auth
28-
uses: getsentry/action-github-app-token@v3
28+
uses: getsentry/action-github-app-token@v4
2929
with:
3030
app_id: ${{ secrets.NOTIFYCAL_CICD_APP_ID }}
3131
private_key: ${{ secrets.NOTIFYCAL_CICD_APP_SECRET }}
@@ -36,7 +36,7 @@ jobs:
3636
token: ${{ steps.gh-app-auth.outputs.token }}
3737

3838
# Using this to avoid unnecessary runs when files have not changed
39-
- uses: dorny/paths-filter@v3
39+
- uses: dorny/paths-filter@v4
4040
id: filter
4141
with:
4242
filters: |

0 commit comments

Comments
 (0)