Skip to content

Commit d82d909

Browse files
chore(deps): update ncipollo/release-action digest to bcfe547 (#493)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ncipollo/release-action](https://redirect.github.com/ncipollo/release-action) | action | digest | `440c8c1` -> `bcfe547` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cashapp/hermit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17601f9 commit d82d909

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@440c8c1cb0ed28b9f43e4d1d670870f059653174 # ratchet:ncipollo/release-action@v1
27+
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # 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@440c8c1cb0ed28b9f43e4d1d670870f059653174 # ratchet:ncipollo/release-action@v1
27+
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1
2828
with:
2929
allowUpdates: true
3030
artifacts: "build/*"
3131
token: ${{ secrets.GITHUB_TOKEN }}
3232
- name: Release stable
33-
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # ratchet:ncipollo/release-action@v1
33+
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1
3434
with:
3535
tag: stable
3636
name: Stable

0 commit comments

Comments
 (0)