From f13640bd4a6b97c764cf2c07ef0a40ff287287f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 01:09:10 +0000 Subject: [PATCH 1/2] Bump crazy-max/ghaction-import-gpg from 4 to 5 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 4 to 5. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Changelog](https://github.com/crazy-max/ghaction-import-gpg/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v4...v5) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f41980..dc28158 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v4 + uses: crazy-max/ghaction-import-gpg@v5 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PGP_PASS }} From 9545492af614eac0d5c8494fbc835da01e8707ac Mon Sep 17 00:00:00 2001 From: catostrophe <40268503+catostrophe@users.noreply.github.com> Date: Fri, 27 May 2022 09:13:26 +0300 Subject: [PATCH 2/2] Update ci-release.sbt --- ci-release.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-release.sbt b/ci-release.sbt index afbf4d6..ac4c19d 100644 --- a/ci-release.sbt +++ b/ci-release.sbt @@ -33,7 +33,7 @@ ThisBuild / githubWorkflowPublish := Seq( ) ThisBuild / githubWorkflowPublishCond := Some("github.actor != 'mergify[bot]'") ThisBuild / githubWorkflowPublishPreamble += WorkflowStep.Use( - ref = UseRef.Public("crazy-max", "ghaction-import-gpg", "v4"), + ref = UseRef.Public("crazy-max", "ghaction-import-gpg", "v5"), id = Some("import_gpg"), name = Some("Import GPG key"), params = Map("gpg_private_key" -> "${{ secrets.GPG_PRIVATE_KEY }}", "passphrase" -> "${{ secrets.PGP_PASS }}")