File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments