Skip to content

Commit 9fcca6b

Browse files
authored
Merge pull request #2916 from jupyterhub/dependabot/github_actions/sliteteam/github-action-git-crypt-unlock-1.3.0
Bump sliteteam/github-action-git-crypt-unlock from 1.2.0 to 1.3.0
2 parents eff7b1d + f0f1d66 commit 9fcca6b

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)