Skip to content

Commit

Permalink
update crazy-max/ghaction-import-gpg to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOks authored Sep 11, 2023
1 parent 725d39d commit e9c2de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_rakudo-star.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: seanmiddleditch/gha-setup-vsdevenv@v4
- name: Import gpg key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: ./bin/rstar fetch -l
- name: Import gpg key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
Expand Down

0 comments on commit e9c2de1

Please sign in to comment.