Skip to content

Commit

Permalink
Update jetpack-io/devbox-install-action action to v0.8.0 (#39)
Browse files Browse the repository at this point in the history
[![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>
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent af316ad commit f12c7bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.7.0
uses: jetpack-io/devbox-install-action@v0.8.0
with:
enable-cache: true
- name: Run checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.7.0
uses: jetpack-io/devbox-install-action@v0.8.0
with:
enable-cache: true
- name: Run Golang Vulncheck
Expand Down

0 comments on commit f12c7bb

Please sign in to comment.