diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index c616bd17..ff7a3f6b 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -38,7 +38,7 @@ jobs: id: commitlint with: configFile: .commitlintrc.json - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 # Skip the filter if there is no PR to filter if: github.event_name == 'pull_request' id: filter @@ -118,7 +118,7 @@ jobs: steps: - name: Get GH token from Github App id: gh-app-auth - uses: getsentry/action-github-app-token@v3 + uses: getsentry/action-github-app-token@v4.0.0 with: app_id: ${{ secrets.NOTIFYCAL_CICD_APP_ID }} private_key: ${{ secrets.NOTIFYCAL_CICD_APP_SECRET }}