diff --git a/.github/workflows/copier.yaml b/.github/workflows/copier.yaml index c942357..038edd3 100644 --- a/.github/workflows/copier.yaml +++ b/.github/workflows/copier.yaml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout actions-template - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: actions-template @@ -50,7 +50,7 @@ jobs: # Needed for signing commits using Github App tokens # See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing - - uses: actions/create-github-app-token@v2.0.2 + - uses: actions/create-github-app-token@v2.2.1 id: generate-token with: app-id: ${{ vars.CSM_RELEASE_APP_ID }} @@ -66,7 +66,7 @@ jobs: git config --global user.name '${{ steps.generate-token.outputs.app-slug }}[bot]' - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.CSM_GPG_PRIVATE_KEY }} git_user_signingkey: true