Skip to content

Commit

Permalink
feat: upgrade devbox install action
Browse files Browse the repository at this point in the history
  • Loading branch information
ripple0328 committed Sep 23, 2024
1 parent 607fc68 commit 1e0cc98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.9.0
uses: jetify-com/devbox-install-action@v0.11.0
with:
enable_cache: "true"
- name: Check Format
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.9.0
uses: jetify-com/devbox-install-action@v0.11.0
with:
enable_cache: "true"
- run: devbox run deploy
Expand Down

0 comments on commit 1e0cc98

Please sign in to comment.