Skip to content

Commit 942f8e1

Browse files
ci(deps): Update Github-actions to v4
1 parent 0f9c3b4 commit 942f8e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: commitlint
3939
with:
4040
configFile: .commitlintrc.json
41-
- uses: dorny/paths-filter@v3
41+
- uses: dorny/paths-filter@v4
4242
# Skip the filter if there is no PR to filter
4343
if: github.event_name == 'pull_request'
4444
id: filter
@@ -124,7 +124,7 @@ jobs:
124124
steps:
125125
- name: Get GH token from Github App
126126
id: gh-app-auth
127-
uses: getsentry/action-github-app-token@v3
127+
uses: getsentry/action-github-app-token@v4
128128
with:
129129
app_id: ${{ secrets.NOTIFYCAL_CICD_APP_ID }}
130130
private_key: ${{ secrets.NOTIFYCAL_CICD_APP_SECRET }}
@@ -138,7 +138,7 @@ jobs:
138138
run: git config --global url."https://foo:${{ steps.gh-app-auth.outputs.token }}@github.com".insteadOf ssh://git@github.com
139139

140140
# Using this to avoid unnecessary runs when files have not changed
141-
- uses: dorny/paths-filter@v3
141+
- uses: dorny/paths-filter@v4
142142
id: filter
143143
with:
144144
filters: |

0 commit comments

Comments
 (0)