From 4e7c4043039af0987925e4f34ef4a98634df9f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 00:58:09 +0000 Subject: [PATCH] Bump Duffney/setup-notation from 0.1.1 to 1.0.0 Bumps [Duffney/setup-notation](https://github.com/Duffney/setup-notation) from 0.1.1 to 1.0.0. - [Release notes](https://github.com/Duffney/setup-notation/releases) - [Commits](https://github.com/Duffney/setup-notation/compare/v0.1.1...v1.0.0) --- updated-dependencies: - dependency-name: Duffney/setup-notation dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 74318dd..4132b10 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,7 +64,7 @@ jobs: tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Setup Notation with azure-kv plugin - uses: Duffney/setup-notation@v0.1.1 + uses: Duffney/setup-notation@v1.0.0 if: github.event_name != 'pull_request' with: version: '0.11.0-alpha.4' @@ -73,7 +73,7 @@ jobs: plugin_name: 'notation-azure-kv' plugin_version: '0.4.0-alpha.4' - name: Setup Notation with local temp key - uses: Duffney/setup-notation@v0.1.1 + uses: Duffney/setup-notation@v1.0.0 if: github.event_name == 'pull_request' with: version: '0.11.0-alpha.4'