From 696eafc936086bd70ee2497e1fab657852369afb Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:41:29 +0000 Subject: [PATCH] Bump third party actions --- .github/workflows/test-command.yml | 4 ++-- .github/workflows/testv5-command.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-command.yml b/.github/workflows/test-command.yml index 04abeab11..dd3674e08 100644 --- a/.github/workflows/test-command.yml +++ b/.github/workflows/test-command.yml @@ -888,7 +888,7 @@ jobs: name: create-pull-request path: create-pull-request-local # Test - - uses: peter-evans/github-app-token@v1 + - uses: tibdex/github-app-token@v2 id: generate-token with: app_id: ${{ secrets.CPR_AUTH_APP_ID }} @@ -1015,7 +1015,7 @@ jobs: path: create-pull-request-local # Test - name: Import GPG key - uses: peter-evans/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} diff --git a/.github/workflows/testv5-command.yml b/.github/workflows/testv5-command.yml index 39f048727..5cacae226 100644 --- a/.github/workflows/testv5-command.yml +++ b/.github/workflows/testv5-command.yml @@ -861,7 +861,7 @@ jobs: name: create-pull-request path: create-pull-request-local # Test - - uses: peter-evans/github-app-token@v1 + - uses: tibdex/github-app-token@v2 id: generate-token with: app_id: ${{ secrets.CPR_AUTH_APP_ID }} @@ -964,7 +964,7 @@ jobs: path: create-pull-request-local # Test - name: Import GPG key - uses: peter-evans/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }}