diff --git a/README.md b/README.md index 5b62d82..c96d03c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Gen dummy page run: | @@ -79,7 +79,7 @@ action along with this one to sign commits: ```yaml - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }}