Skip to content

Commit 3e78dbb

Browse files
chore(deps): update ncipollo/release-action digest to 339a818
1 parent 24c8d37 commit 3e78dbb

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
@@ -23,7 +23,7 @@ jobs:
2323
INSTALLER_VERSION=$(go run -ldflags "-X main.channel=canary" ./cmd/hermit gen-installer --dest=build/install.sh)
2424
cp build/install.sh build/install-"${INSTALLER_VERSION}".sh
2525
- name: Release canary
26-
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1
26+
uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1
2727
with:
2828
tag: canary
2929
name: Canary

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)