Skip to content

Commit

Permalink
ci: New org for devbox-install-action (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Apr 17, 2024
1 parent 262725e commit 16b411a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- name: Install devbox
uses: jetpack-io/[email protected]
uses: jetify-com/[email protected]
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 @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Install devbox
uses: jetpack-io/[email protected]
uses: jetify-com/[email protected]
with:
enable-cache: true

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

- if: ${{ steps.release-please.outputs.release_created }}
name: Install devbox
uses: jetpack-io/[email protected]
uses: jetify-com/[email protected]
with:
enable-cache: true

Expand Down

0 comments on commit 16b411a

Please sign in to comment.