Skip to content

Commit

Permalink
Merge pull request #124 from Feramance/dependabot/github_actions/craz…
Browse files Browse the repository at this point in the history
…y-max/ghaction-import-gpg-6.2.0

Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0
  • Loading branch information
Feramance authored Oct 28, 2024
2 parents 5ff9f6d + 8eda201 commit 1f95077
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "VERSION=$(python setup.py --version)" >> $GITHUB_OUTPUT
id: new_version
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6.1.0
uses: crazy-max/ghaction-import-gpg@v6.2.0
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6.1.0
uses: crazy-max/ghaction-import-gpg@v6.2.0
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
run: |
sed -i -e 's/git_hash = \".*\"/git_hash = \"${{ steps.git_hash.outputs.HASH }}\"/g' ./qBitrr/bundled_data.py
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6.1.0
uses: crazy-max/ghaction-import-gpg@v6.2.0
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:
gren release
gren changelog
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6.1.0
uses: crazy-max/ghaction-import-gpg@v6.2.0
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
Expand Down

0 comments on commit 1f95077

Please sign in to comment.