-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump jetpack-io/devbox-install-action from 0.6.0 to 0.6.1 (
#188) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2d6150f
commit 2f16e00
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
echo "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" >>~/.config/nix/nix.conf | ||
- name: Install devbox | ||
uses: jetpack-io/[email protected].0 | ||
uses: jetpack-io/[email protected].1 | ||
|
||
- name: Run unit tests | ||
run: devbox run -- make test | ||
|
@@ -64,7 +64,7 @@ jobs: | |
- if: steps.check_e2e_files.outputs.files_exists == 'true' | ||
name: Install devbox | ||
uses: jetpack-io/[email protected].0 | ||
uses: jetpack-io/[email protected].1 | ||
|
||
- if: steps.check_e2e_files.outputs.files_exists == 'true' | ||
name: Run e2e tests | ||
|
@@ -83,7 +83,7 @@ jobs: | |
echo "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" >>~/.config/nix/nix.conf | ||
- name: Install devbox | ||
uses: jetpack-io/[email protected].0 | ||
uses: jetpack-io/[email protected].1 | ||
|
||
- name: Collect tool versions | ||
run: | | ||
|
@@ -111,7 +111,7 @@ jobs: | |
echo "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" >>~/.config/nix/nix.conf | ||
- name: Install devbox | ||
uses: jetpack-io/[email protected].0 | ||
uses: jetpack-io/[email protected].1 | ||
|
||
- name: Check generated files | ||
run: devbox run -- make go-generate | ||
|
@@ -132,7 +132,7 @@ jobs: | |
echo "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" >>~/.config/nix/nix.conf | ||
- name: Install devbox | ||
uses: jetpack-io/[email protected].0 | ||
uses: jetpack-io/[email protected].1 | ||
|
||
- name: Set up pre-commit cache | ||
uses: actions/cache@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
echo "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" >>~/.config/nix/nix.conf | ||
- name: Install devbox | ||
uses: jetpack-io/[email protected].0 | ||
uses: jetpack-io/[email protected].1 | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
- if: ${{ steps.release-please.outputs.release_created }} | ||
name: Install devbox | ||
uses: jetpack-io/[email protected].0 | ||
uses: jetpack-io/[email protected].1 | ||
|
||
- if: ${{ steps.release-please.outputs.release_created }} | ||
name: Login to GitHub Container Registry | ||
|