Skip to content

Commit fc373de

Browse files
ci(deps): Update Github-actions to v4
1 parent 51e2901 commit fc373de

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Detect changed envs
4242
id: filter
43-
uses: dorny/paths-filter@v3
43+
uses: dorny/paths-filter@v4
4444
with:
4545
filters: .github/filters.yaml
4646

@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Get GH token from Github App
9090
id: gh-app-auth
91-
uses: getsentry/action-github-app-token@v3
91+
uses: getsentry/action-github-app-token@v4.0.0
9292
with:
9393
app_id: ${{ secrets.NOTIFYCAL_CICD_APP_ID }}
9494
private_key: ${{ secrets.NOTIFYCAL_CICD_APP_SECRET }}

.github/workflows/env-destroy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Get GH token from Github App
6464
id: gh-app-auth
65-
uses: getsentry/action-github-app-token@v3
65+
uses: getsentry/action-github-app-token@v4.0.0
6666
with:
6767
app_id: ${{ secrets.NOTIFYCAL_CICD_APP_ID }}
6868
private_key: ${{ secrets.NOTIFYCAL_CICD_APP_SECRET }}

0 commit comments

Comments
 (0)