diff --git a/.github/workflows/rebase-action.yml b/.github/workflows/rebase-action.yml index 7828ebf..f261007 100644 --- a/.github/workflows/rebase-action.yml +++ b/.github/workflows/rebase-action.yml @@ -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' diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index c3b72b0..addc89c 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -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: |