Skip to content

Commit

Permalink
fix: upgrade action
Browse files Browse the repository at this point in the history
  • Loading branch information
kat1906 committed Apr 19, 2024
1 parent f776d77 commit 04af8fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/relock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 04af8fd

Please sign in to comment.