diff --git a/.github/workflows/claude-dedupe-issues.yml b/.github/workflows/claude-dedupe-issues.yml index 57512b4e0..a4f863e8b 100644 --- a/.github/workflows/claude-dedupe-issues.yml +++ b/.github/workflows/claude-dedupe-issues.yml @@ -24,7 +24,7 @@ jobs: - name: Generate Marvin App token id: marvin-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.MARVIN_APP_ID }} private-key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }} diff --git a/.github/workflows/marvin.yml b/.github/workflows/marvin.yml index bee5d5c98..b64a6b172 100644 --- a/.github/workflows/marvin.yml +++ b/.github/workflows/marvin.yml @@ -33,7 +33,7 @@ jobs: - name: Generate Marvin App token id: marvin-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.MARVIN_APP_ID }} private-key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }}