From 98f714752dae5119fc15103efec8c54f06c4a541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 01:08:08 +0000 Subject: [PATCH] fix(deps): bump crazy-max/ghaction-import-gpg from 5 to 6 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5 to 6. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v5...v6) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/crawl.yml | 2 +- .github/workflows/crawl_all.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}}