diff --git a/.github/workflows/crawl.yml b/.github/workflows/crawl.yml index ca89e6ea..82cd3626 100644 --- a/.github/workflows/crawl.yml +++ b/.github/workflows/crawl.yml @@ -28,7 +28,7 @@ jobs: python -m pip install --upgrade pip pip install -r _src/requirements.txt - name: Import GPG - 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}} diff --git a/.github/workflows/crawl_all.yml b/.github/workflows/crawl_all.yml index 4de552b0..d0102200 100644 --- a/.github/workflows/crawl_all.yml +++ b/.github/workflows/crawl_all.yml @@ -25,7 +25,7 @@ jobs: python -m pip install --upgrade pip pip install -r _src/requirements.txt - name: Import GPG - 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}}