Skip to content

Commit

Permalink
ci: New org for devbox-install-action (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Apr 29, 2024
1 parent bfa338f commit c7a5126
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- if: steps.check_e2e_files.outputs.files_exists == 'true'
name: Install devbox
uses: jetpack-io/devbox-install-action@v0.10.0
uses: jetify-com/devbox-install-action@v0.10.0
with:
enable-cache: true

Expand All @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v4

- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.10.0
uses: jetify-com/devbox-install-action@v0.10.0
with:
enable-cache: true

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v4

- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.10.0
uses: jetify-com/devbox-install-action@v0.10.0
with:
enable-cache: true

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.10.0
uses: jetify-com/devbox-install-action@v0.10.0
with:
enable-cache: true

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

- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.10.0
uses: jetify-com/devbox-install-action@v0.10.0
with:
enable-cache: true

Expand Down

0 comments on commit c7a5126

Please sign in to comment.