From f0f1d6691c4ed96ea04e848e0ea23097c09a5596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 05:11:20 +0000 Subject: [PATCH] Bump sliteteam/github-action-git-crypt-unlock from 1.2.0 to 1.3.0 Bumps [sliteteam/github-action-git-crypt-unlock](https://github.com/sliteteam/github-action-git-crypt-unlock) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/sliteteam/github-action-git-crypt-unlock/releases) - [Commits](https://github.com/sliteteam/github-action-git-crypt-unlock/compare/8b1fa3ccc81e322c5c45fbab261eee46513fd3f8...f99c0c6b60bb7ec30dcec033a8f0a3b3d48f21e1) --- updated-dependencies: - dependency-name: sliteteam/github-action-git-crypt-unlock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 4 ++-- .github/workflows/prune-harbor.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2d817909a..6dce50d51 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -157,7 +157,7 @@ jobs: # Action Repo: https://github.com/sliteteam/github-action-git-crypt-unlock - name: "Stage 2: Unlock git-crypt secrets" - uses: sliteteam/github-action-git-crypt-unlock@8b1fa3ccc81e322c5c45fbab261eee46513fd3f8 + uses: sliteteam/github-action-git-crypt-unlock@f99c0c6b60bb7ec30dcec033a8f0a3b3d48f21e1 env: GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }} @@ -315,7 +315,7 @@ jobs: done - name: "Stage 2: Unlock git-crypt secrets" - uses: sliteteam/github-action-git-crypt-unlock@8b1fa3ccc81e322c5c45fbab261eee46513fd3f8 + uses: sliteteam/github-action-git-crypt-unlock@f99c0c6b60bb7ec30dcec033a8f0a3b3d48f21e1 env: GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }} diff --git a/.github/workflows/prune-harbor.yaml b/.github/workflows/prune-harbor.yaml index 9ff659f78..c66414614 100644 --- a/.github/workflows/prune-harbor.yaml +++ b/.github/workflows/prune-harbor.yaml @@ -33,7 +33,7 @@ jobs: pip install requests ruamel.yaml tqdm - name: "Unlock git-crypt secrets" - uses: sliteteam/github-action-git-crypt-unlock@8b1fa3ccc81e322c5c45fbab261eee46513fd3f8 + uses: sliteteam/github-action-git-crypt-unlock@f99c0c6b60bb7ec30dcec033a8f0a3b3d48f21e1 env: GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}