Skip to content

Commit 3cec0c0

Browse files
authored
chore(deps): update taiki-e/create-gh-release-action digest to d33396e (#2057)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [taiki-e/create-gh-release-action](https://redirect.github.com/taiki-e/create-gh-release-action) | action | digest | `72d65ce` -> `d33396e` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent ab4c06d commit 3cec0c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: taiki-e/install-action@0779861fb45d2abc0679e6ff4713e53d06b089d0 # v2
2121
with:
2222
23-
- uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # v1
23+
- uses: taiki-e/create-gh-release-action@d33396ec937b3c8de323c14ec623aa6bfb93d9a1 # v1
2424
with:
2525
prefix: nextest-filtering
2626
changelog: nextest-filtering/CHANGELOG.md
@@ -45,7 +45,7 @@ jobs:
4545
uses: taiki-e/install-action@0779861fb45d2abc0679e6ff4713e53d06b089d0 # v2
4646
with:
4747
48-
- uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # v1
48+
- uses: taiki-e/create-gh-release-action@d33396ec937b3c8de323c14ec623aa6bfb93d9a1 # v1
4949
with:
5050
prefix: nextest-metadata
5151
changelog: nextest-metadata/CHANGELOG.md
@@ -70,7 +70,7 @@ jobs:
7070
uses: taiki-e/install-action@0779861fb45d2abc0679e6ff4713e53d06b089d0 # v2
7171
with:
7272
73-
- uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # v1
73+
- uses: taiki-e/create-gh-release-action@d33396ec937b3c8de323c14ec623aa6bfb93d9a1 # v1
7474
with:
7575
prefix: nextest-runner
7676
changelog: nextest-runner/CHANGELOG.md
@@ -91,7 +91,7 @@ jobs:
9191
persist-credentials: false
9292
# Note: do not publish this until binaries are built and uploaded below. This is so that
9393
# `cargo binstall` keeps working.
94-
- uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # v1
94+
- uses: taiki-e/create-gh-release-action@d33396ec937b3c8de323c14ec623aa6bfb93d9a1 # v1
9595
id: create-gh-release
9696
with:
9797
prefix: cargo-nextest

0 commit comments

Comments
 (0)