From 04af8fd3c063b4fe35d57fc1c0af2a8d3b9de762 Mon Sep 17 00:00:00 2001 From: Katie Armstrong Date: Fri, 19 Apr 2024 16:07:04 +0100 Subject: [PATCH] fix: upgrade action --- .github/workflows/relock.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/relock.yaml b/.github/workflows/relock.yaml index 8fdd756b7..d6c1448d9 100644 --- a/.github/workflows/relock.yaml +++ b/.github/workflows/relock.yaml @@ -12,12 +12,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: staging - name: Import Snyk Deployer GPG key - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GA_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GA_GPG_PRIVATE_KEY_PASS }} @@ -41,7 +41,7 @@ jobs: fi - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 if: ${{ success() && steps.create-commit.outputs.changes != null}} with: token: ${{ secrets.DEPLOYER_GITHUB_TOKEN }}