Skip to content

Commit

Permalink
Merge pull request clasp-developers#1478 from clasp-developers/depend…
Browse files Browse the repository at this point in the history
…abot/github_actions/dot-github/workflows/crazy-max/ghaction-import-gpg-5

Bump crazy-max/ghaction-import-gpg from 4 to 5 in /.github/workflows
  • Loading branch information
yitzchak authored Aug 8, 2023
2 parents c7e46e9 + 8f1ed1d commit 01e0926
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v4
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.PKG_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PKG_GPG_PASSPHRASE }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
steps:
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v4
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.PKG_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PKG_GPG_PASSPHRASE }}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
steps:
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v4
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.PKG_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PKG_GPG_PASSPHRASE }}
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
sudo pacman -Syu --noconfirm
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v4
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.PKG_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PKG_GPG_PASSPHRASE }}
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
sudo pacman -Syu --noconfirm
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v4
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.PKG_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PKG_GPG_PASSPHRASE }}
Expand All @@ -270,7 +270,7 @@ jobs:
steps:
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v4
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.PKG_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PKG_GPG_PASSPHRASE }}
Expand Down

0 comments on commit 01e0926

Please sign in to comment.