Skip to content

Commit

Permalink
Update jetpack-io/devbox-install-action action to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 5dc2dd4 commit a721f05
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.8.0
uses: jetpack-io/devbox-install-action@v0.9.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.8.0
uses: jetpack-io/devbox-install-action@v0.9.0
with:
enable-cache: true
- name: Run Golang Vulncheck
Expand Down

0 comments on commit a721f05

Please sign in to comment.