From f651f86ba1ab85a01ad6ca53396fd5eecf70dc09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 00:03:10 +0000 Subject: [PATCH] Bump mdgreenwald/mozilla-sops-action in /.github/actions/setup-deploy Bumps [mdgreenwald/mozilla-sops-action](https://github.com/mdgreenwald/mozilla-sops-action) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/mdgreenwald/mozilla-sops-action/releases) - [Commits](https://github.com/mdgreenwald/mozilla-sops-action/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: mdgreenwald/mozilla-sops-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/actions/setup-deploy/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-deploy/action.yaml b/.github/actions/setup-deploy/action.yaml index 96eddf9dc5..01d67a3918 100644 --- a/.github/actions/setup-deploy/action.yaml +++ b/.github/actions/setup-deploy/action.yaml @@ -109,7 +109,7 @@ runs: # This action use the github official cache mechanism internally - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.5.0 + uses: mdgreenwald/mozilla-sops-action@v1.6.0 # Install pre-requisite for "gcloud container clusters get-credentials" # command with a modern k8s client.