From 0f33b98cf29e3b45febf13dbf282d99f1f9981e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 08:15:12 +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 3858b4b..d353063 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,7 +150,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 2b1412c721492297566c10f155c08f0f1f512814 Mon Sep 17 00:00:00 2001 From: catostrophe <40268503+catostrophe@users.noreply.github.com> Date: Sat, 28 May 2022 20:40:00 +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 2cf33e3..4f411f9 100644 --- a/ci-release.sbt +++ b/ci-release.sbt @@ -25,7 +25,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 }}")