Skip to content

Commit

Permalink
build(deps): bump nixbuild/nix-quick-install-action
Browse files Browse the repository at this point in the history
Bumps the all-gha-updates group in /.github/workflows with 1 update: [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action).


Updates `nixbuild/nix-quick-install-action` from 29 to 30
- [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@v29...v30)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2025
1 parent 3b1255c commit 933bdc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v29
- uses: nixbuild/nix-quick-install-action@v30
with:
nix_conf: experimental-features = nix-command flakes
- name: nix flake check
Expand All @@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v29
- uses: nixbuild/nix-quick-install-action@v30
with:
nix_conf: experimental-features = nix-command flakes
- name: nix fmt
Expand Down

0 comments on commit 933bdc6

Please sign in to comment.