Skip to content

Commit

Permalink
ci: Upgrade devbox-install-action
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Aug 1, 2023
1 parent 93e9053 commit a1aacdb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3

- name: Install devbox
uses: jetpack-io/devbox-install-action@main
uses: jetpack-io/devbox-install-actionv0.5.0
with:
enable-cache: true
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3

- name: Install devbox
uses: jetpack-io/devbox-install-action@main
uses: jetpack-io/devbox-install-actionv0.5.0
with:
enable-cache: true

Expand All @@ -53,7 +53,7 @@ jobs:
fetch-depth: 0

- name: Install devbox
uses: jetpack-io/devbox-install-action@main
uses: jetpack-io/devbox-install-actionv0.5.0
with:
enable-cache: true

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/checkout@v3

- name: Install devbox
uses: jetpack-io/devbox-install-action@main
uses: jetpack-io/devbox-install-actionv0.5.0
with:
enable-cache: true

Expand All @@ -106,7 +106,7 @@ jobs:
uses: actions/checkout@v3

- name: Install devbox
uses: jetpack-io/devbox-install-action@main
uses: jetpack-io/devbox-install-actionv0.5.0
with:
enable-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
languages: ${{ matrix.language }}

- name: Install devbox
uses: jetpack-io/devbox-install-action@main
uses: jetpack-io/devbox-install-actionv0.5.0
with:
enable-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0

- name: Install devbox
uses: jetpack-io/devbox-install-action@main
uses: jetpack-io/devbox-install-actionv0.5.0
with:
enable-cache: true

Expand Down

0 comments on commit a1aacdb

Please sign in to comment.