Skip to content

Commit 95edcd8

Browse files
ci(tools): update build tools (#93)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 32c298d commit 95edcd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: make build
3636

3737
- name: Sign package
38-
uses: actionhippie/gpgsign@5440387d74dedc9cb0a3787d455062317f32e0d7 # v1
38+
uses: actionhippie/gpgsign@ea53cf3088a4d2ca04d493df9cfcc0cbcdc1f075 # v1
3939
with:
4040
private_key: ${{ secrets.GNUPG_KEY }}
4141
passphrase: ${{ secrets.GNUPG_PASSWORD }}

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
108108

109109
- name: Hub readme
110-
uses: actionhippie/pushrm@3be2dcf048c674aef56b79f086e40198c0b4ba3b # v1
110+
uses: actionhippie/pushrm@2f7e4beeb0c27f1c319e85ef5bb7cf3a420e9d96 # v1
111111
with:
112112
provider: dockerhub
113113
target: crafthippie/bromance
@@ -117,7 +117,7 @@ jobs:
117117
readme: README.md
118118

119119
- name: Quay readme
120-
uses: actionhippie/pushrm@3be2dcf048c674aef56b79f086e40198c0b4ba3b # v1
120+
uses: actionhippie/pushrm@2f7e4beeb0c27f1c319e85ef5bb7cf3a420e9d96 # v1
121121
with:
122122
provider: quay
123123
target: quay.io/crafthippie/bromance

0 commit comments

Comments
 (0)