Skip to content

Commit f12c7bb

Browse files
Update jetpack-io/devbox-install-action action to v0.8.0 (#39)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jetpack-io/devbox-install-action](https://togithub.com/jetpack-io/devbox-install-action) | action | minor | `v0.7.0` -> `v0.8.0` | --- ### Release Notes <details> <summary>jetpack-io/devbox-install-action (jetpack-io/devbox-install-action)</summary> ### [`v0.8.0`](https://togithub.com/jetpack-io/devbox-install-action/releases/tag/v0.8.0): Release 0.8.0 [Compare Source](https://togithub.com/jetpack-io/devbox-install-action/compare/v0.7.0...v0.8.0) ##### What's Changed - Upgrade action cache version by [@&#8203;LucilleH](https://togithub.com/LucilleH) in [https://github.com/jetpack-io/devbox-install-action/pull/30](https://togithub.com/jetpack-io/devbox-install-action/pull/30) **Full Changelog**: jetify-com/devbox-install-action@v0.7.0...v0.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/nieomylnieja/go-libyear). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent af316ad commit f12c7bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Check out code
1414
uses: actions/checkout@v4
1515
- name: Install devbox
16-
uses: jetpack-io/devbox-install-action@v0.7.0
16+
uses: jetpack-io/devbox-install-action@v0.8.0
1717
with:
1818
enable-cache: true
1919
- name: Run checks

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Check out code
1717
uses: actions/checkout@v4
1818
- name: Install devbox
19-
uses: jetpack-io/devbox-install-action@v0.7.0
19+
uses: jetpack-io/devbox-install-action@v0.8.0
2020
with:
2121
enable-cache: true
2222
- name: Run Golang Vulncheck

0 commit comments

Comments
 (0)