Skip to content

Commit

Permalink
build(deps): Bump nixbuild/nix-quick-install-action from 27 to 28
Browse files Browse the repository at this point in the history
Bumps [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action) from 27 to 28.
- [Release notes](https://github.com/nixbuild/nix-quick-install-action/releases)
- [Changelog](https://github.com/nixbuild/nix-quick-install-action/blob/master/RELEASE)
- [Commits](nixbuild/nix-quick-install-action@v27...v28)

---
updated-dependencies:
- dependency-name: nixbuild/nix-quick-install-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent e3f62d7 commit e38d75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v27
- uses: nixbuild/nix-quick-install-action@v28
- name: Install dependencies
run: nix develop --command "echo dependencies installed"
- name: colmena build
Expand All @@ -82,7 +82,7 @@ jobs:
token: ${{ secrets.SECRET_REPO_CLONE_TOKEN }}
path: infrastructure-secrets

- uses: nixbuild/nix-quick-install-action@v27
- uses: nixbuild/nix-quick-install-action@v28

- name: Unlock git crypt
run: |
Expand Down

0 comments on commit e38d75c

Please sign in to comment.