We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e2901 commit b4399d5Copy full SHA for b4399d5
2 files changed
.github/workflows/cicd.yaml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Detect changed envs
42
id: filter
43
- uses: dorny/paths-filter@v3
+ uses: dorny/paths-filter@v4
44
with:
45
filters: .github/filters.yaml
46
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Get GH token from Github App
90
id: gh-app-auth
91
- uses: getsentry/action-github-app-token@v3
+ uses: getsentry/action-github-app-token@v4
92
93
app_id: ${{ secrets.NOTIFYCAL_CICD_APP_ID }}
94
private_key: ${{ secrets.NOTIFYCAL_CICD_APP_SECRET }}
.github/workflows/env-destroy.yaml
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
0 commit comments