Skip to content

Commit a4fd63c

Browse files
dependabot[bot]brndnmtthws
authored andcommitted
build(deps): bump nixbuild/nix-quick-install-action in the actions group
Bumps the actions group with 1 update: [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action). Updates `nixbuild/nix-quick-install-action` from 31 to 32 - [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@v31...v32) --- updated-dependencies: - dependency-name: nixbuild/nix-quick-install-action dependency-version: '32' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22fa55b commit a4fd63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: nixbuild/nix-quick-install-action@v31
23+
- uses: nixbuild/nix-quick-install-action@v32
2424
- name: Restore and cache Nix store
2525
uses: nix-community/cache-nix-action@v6
2626
with:

0 commit comments

Comments
 (0)