Skip to content

Commit ed9c2b1

Browse files
authored
[CICD] update devbox github action version (#151)
## Summary Update devbox github action version to v7 for better caching ## How was it tested? cicd
1 parent 7aa657d commit ed9c2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/monorepo-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Install devbox
22-
uses: jetpack-io/devbox-install-action@v0.6.1
22+
uses: jetpack-io/devbox-install-action@v0.7.0
2323

2424
- name: Go modules should be up-to-date
2525
run: |

0 commit comments

Comments
 (0)