Skip to content

Commit

Permalink
Bump crazy-max/ghaction-import-gpg from 3 to 4.1.0 (#73)
Browse files Browse the repository at this point in the history
* Bump crazy-max/ghaction-import-gpg from 3 to 4.1.0

Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 3 to 4.1.0.
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
- [Changelog](https://github.com/crazy-max/ghaction-import-gpg/blob/master/CHANGELOG.md)
- [Commits](crazy-max/ghaction-import-gpg@v3...v4.1.0)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update workflows for upstream changes

Signed-off-by: Ethan Dye <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ethan Dye <[email protected]>
  • Loading branch information
dependabot[bot] and ecdye committed Nov 30, 2021
1 parent b5022e9 commit 793276c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rebase-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
with:
fetch-depth: 0
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v3
uses: crazy-max/ghaction-import-gpg@v4.1.0
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
git-user-signingkey: true
git-commit-gpgsign: true
git_user_signingkey: true
git_commit_gpgsign: true
- name: Rebase openHAB branches
run: |
git config --global user.name 'Ethan Dye'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v3
uses: crazy-max/ghaction-import-gpg@v4.1.0
with:
gpg-private-key: "${{ secrets.GPG_PRIVATE_KEY }}"
gpg_private_key: "${{ secrets.GPG_PRIVATE_KEY }}"
passphrase: "${{ secrets.GPG_PASSPHRASE }}"
- name: "Archive zram-config"
run: |
Expand Down

0 comments on commit 793276c

Please sign in to comment.