Skip to content

Commit

Permalink
build(deps): Bump jetpack-io/devbox-install-action from 0.6.0 to 0.6.1 (
Browse files Browse the repository at this point in the history
#188)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 2d6150f commit 2f16e00
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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: |
Expand Down Expand Up @@ -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
Expand All @@ -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
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 @@ -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
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 @@ -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
Expand Down

0 comments on commit 2f16e00

Please sign in to comment.