diff --git a/.github/workflows/sendGFWList.yml b/.github/workflows/sendGFWList.yml index 7493282..8c4d33b 100644 --- a/.github/workflows/sendGFWList.yml +++ b/.github/workflows/sendGFWList.yml @@ -49,7 +49,7 @@ jobs: - name: Set up GPG keys (bocchi810) if: github.actor == 'bocchi810' id: import-gpg-bocchi810 - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.GPG_KEY_BOCCHI810 }} passphrase: ${{ secrets.GPG_PASS_BOCCHI810 }} @@ -73,4 +73,4 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: gfwlist edited ${{ env.DATE }} - file_pattern: 'gfwlist.txt' \ No newline at end of file + file_pattern: 'gfwlist.txt'