From 199591a07d975f702fcbcccde212990888e94a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 17:39:44 +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.4.1 to 1.5.0. - [Release notes](https://github.com/mdgreenwald/mozilla-sops-action/releases) - [Commits](https://github.com/mdgreenwald/mozilla-sops-action/compare/v1.4.1...v1.5.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 99a717aac7..5b461ac572 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.4.1 + uses: mdgreenwald/mozilla-sops-action@v1.5.0 # Install pre-requisite for "gcloud container clusters get-credentials" # command with a modern k8s client.