diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 553abf5..e338681 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: - name: Create GitHub App token id: app-token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: app-id: ${{ secrets.SUMUP_BOT_APP_ID }} private-key: ${{ secrets.SUMUP_BOT_PRIVATE_KEY }}