upgrade action version

Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com>
This commit is contained in:
Frédéric Harper 2023-07-20 22:44:04 -04:00 committed by GitHub
parent e13e71b242
commit bdcfee4bfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -306,7 +306,7 @@ The action can use GPG to sign commits with a GPG key that you generate yourself
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: crazy-max/ghaction-import-gpg@v3 - uses: crazy-max/ghaction-import-gpg@v5
with: with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }} passphrase: ${{ secrets.GPG_PASSPHRASE }}