Skip to content

Commit 6173268

Browse files
chore(deps): update ncipollo/release-action digest to b7eabc9
1 parent 17370fe commit 6173268

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
INSTALLER_VERSION=$(go run -ldflags "-X main.channel=canary" ./cmd/hermit gen-installer --dest=build/install.sh)
2525
cp build/install.sh build/install-"${INSTALLER_VERSION}".sh
2626
- name: Release canary
27-
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1
27+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1
2828
with:
2929
tag: canary
3030
name: Canary

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
INSTALLER_VERSION=$(go run -ldflags "-X main.channel=stable" ./cmd/hermit gen-installer --dest=build/install.sh)
2525
cp build/install.sh build/install-"${INSTALLER_VERSION}".sh
2626
- name: Release versioned
27-
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1
27+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1
2828
with:
2929
allowUpdates: true
3030
artifacts: "build/*"
3131
token: ${{ secrets.GITHUB_TOKEN }}
3232
- name: Release stable
33-
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1
33+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1
3434
with:
3535
tag: stable
3636
name: Stable

0 commit comments

Comments
 (0)