Skip to content

Commit ebe6d83

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

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@v4
122-
- uses: nixbuild/nix-quick-install-action@v31
122+
- uses: nixbuild/nix-quick-install-action@v32
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@v4
131-
- uses: nixbuild/nix-quick-install-action@v31
131+
- uses: nixbuild/nix-quick-install-action@v32
132132
with:
133133
nix_conf: experimental-features = nix-command flakes
134134
- name: nix fmt

0 commit comments

Comments
 (0)