diff --git a/.github/workflows/gh-release.yaml b/.github/workflows/gh-release.yaml index 0120925..c24a05f 100644 --- a/.github/workflows/gh-release.yaml +++ b/.github/workflows/gh-release.yaml @@ -85,7 +85,7 @@ jobs: - name: Generate GitHub App Token if: inputs.use_semantic_release == true && inputs.app_id != '' id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ inputs.app_id }} private-key: ${{ secrets.app_private_key }} diff --git a/.github/workflows/gitops-image-tag.yaml b/.github/workflows/gitops-image-tag.yaml index 18f9938..fa4db66 100644 --- a/.github/workflows/gitops-image-tag.yaml +++ b/.github/workflows/gitops-image-tag.yaml @@ -188,7 +188,7 @@ jobs: - name: Generate a token id: generate-token if: inputs.auto_merge == true - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ inputs.app_id }} private-key: ${{ secrets.app_private_key }}