diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b79d110..0b814b9 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Generate a token id: generate_token - uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ vars.MOGYUGYU_RELEASE_APP_ID }} private-key: ${{ secrets.MOGYUGYU_RELEASE_PRIVATE_KEY }}