Skip to content

Commit c92ee3e

Browse files
build(deps): bump nixbuild/nix-quick-install-action from 32 to 33 in /.github/workflows in the all-gha-updates group (#5487)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8532513 commit c92ee3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: ubuntu-latest
120120
steps:
121121
- uses: actions/checkout@v5
122-
- uses: nixbuild/nix-quick-install-action@v32
122+
- uses: nixbuild/nix-quick-install-action@v33
123123
with:
124124
nix_conf: experimental-features = nix-command flakes
125125
- name: nix flake check
@@ -128,7 +128,7 @@ jobs:
128128
runs-on: ubuntu-latest
129129
steps:
130130
- uses: actions/checkout@v5
131-
- uses: nixbuild/nix-quick-install-action@v32
131+
- uses: nixbuild/nix-quick-install-action@v33
132132
with:
133133
nix_conf: experimental-features = nix-command flakes
134134
- name: nix fmt

0 commit comments

Comments
 (0)