Skip to content

Commit f0f1d66

Browse files
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](sliteteam/github-action-git-crypt-unlock@8b1fa3c...f99c0c6) --- 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] <[email protected]>
1 parent 7bd52fe commit f0f1d66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
158158
# Action Repo: https://github.com/sliteteam/github-action-git-crypt-unlock
159159
- name: "Stage 2: Unlock git-crypt secrets"
160-
uses: sliteteam/github-action-git-crypt-unlock@8b1fa3ccc81e322c5c45fbab261eee46513fd3f8
160+
uses: sliteteam/github-action-git-crypt-unlock@f99c0c6b60bb7ec30dcec033a8f0a3b3d48f21e1
161161
env:
162162
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
163163

@@ -315,7 +315,7 @@ jobs:
315315
done
316316
317317
- name: "Stage 2: Unlock git-crypt secrets"
318-
uses: sliteteam/github-action-git-crypt-unlock@8b1fa3ccc81e322c5c45fbab261eee46513fd3f8
318+
uses: sliteteam/github-action-git-crypt-unlock@f99c0c6b60bb7ec30dcec033a8f0a3b3d48f21e1
319319
env:
320320
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
321321

.github/workflows/prune-harbor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pip install requests ruamel.yaml tqdm
3434
3535
- name: "Unlock git-crypt secrets"
36-
uses: sliteteam/github-action-git-crypt-unlock@8b1fa3ccc81e322c5c45fbab261eee46513fd3f8
36+
uses: sliteteam/github-action-git-crypt-unlock@f99c0c6b60bb7ec30dcec033a8f0a3b3d48f21e1
3737
env:
3838
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
3939

0 commit comments

Comments
 (0)