diff --git a/.github/workflows/rebase-action.yml b/.github/workflows/rebase-action.yml index 7f9d413..e2e37e3 100644 --- a/.github/workflows/rebase-action.yml +++ b/.github/workflows/rebase-action.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5.3.0 + uses: crazy-max/ghaction-import-gpg@v6.1.0 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index 8aac58f..45b5b87 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5.3.0 + uses: crazy-max/ghaction-import-gpg@v6.1.0 with: gpg_private_key: "${{ secrets.GPG_PRIVATE_KEY }}" passphrase: "${{ secrets.GPG_PASSPHRASE }}"