Skip to content

Commit a76a933

Browse files
build(deps): Bump nixbuild/nix-quick-install-action from 34 to 35
Bumps [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action) from 34 to 35. - [Release notes](https://github.com/nixbuild/nix-quick-install-action/releases) - [Commits](nixbuild/nix-quick-install-action@v34...v35) --- updated-dependencies: - dependency-name: nixbuild/nix-quick-install-action dependency-version: '35' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0592a0b commit a76a933

9 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/check-test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
ref: ${{ github.event.inputs.ref }} # Use the ref if provided, otherwise defaults to the current branch/commit
3333

34-
- uses: nixbuild/nix-quick-install-action@v34
34+
- uses: nixbuild/nix-quick-install-action@v35
3535
with:
3636
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3737
nix_conf: |

.github/workflows/check-test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
ref: ${{ github.event.inputs.ref }} # Use the ref if provided, otherwise defaults to the current branch/commit
3333

34-
- uses: nixbuild/nix-quick-install-action@v34
34+
- uses: nixbuild/nix-quick-install-action@v35
3535
with:
3636
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3737
nix_conf: |

.github/workflows/check-test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
ref: ${{ github.event.inputs.ref }} # Use the ref if provided, otherwise defaults to the current branch/commit
3333

34-
- uses: nixbuild/nix-quick-install-action@v34
34+
- uses: nixbuild/nix-quick-install-action@v35
3535
with:
3636
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3737
nix_conf: |

.github/workflows/check-verify-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
ref: ${{ github.event.inputs.ref }} # Use the ref if provided, otherwise defaults to the current branch/commit
3333

34-
- uses: nixbuild/nix-quick-install-action@v34
34+
- uses: nixbuild/nix-quick-install-action@v35
3535
with:
3636
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3737
nix_conf: |

.github/workflows/check-verify-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
ref: ${{ github.event.inputs.ref }} # Use the ref if provided, otherwise defaults to the current branch/commit
3333

34-
- uses: nixbuild/nix-quick-install-action@v34
34+
- uses: nixbuild/nix-quick-install-action@v35
3535
with:
3636
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3737
nix_conf: |

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
ref: ${{ github.event.inputs.ref }} # Use the ref if provided, otherwise defaults to the current branch/commit
3030

31-
- uses: nixbuild/nix-quick-install-action@v34
31+
- uses: nixbuild/nix-quick-install-action@v35
3232
with:
3333
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3434
nix_conf: |
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v6
4848

49-
- uses: nixbuild/nix-quick-install-action@v34
49+
- uses: nixbuild/nix-quick-install-action@v35
5050
with:
5151
github_access_token: ${{ secrets.GITHUB_TOKEN }}
5252
nix_conf: |
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
- uses: actions/checkout@v6
7676

77-
- uses: nixbuild/nix-quick-install-action@v34
77+
- uses: nixbuild/nix-quick-install-action@v35
7878
with:
7979
github_access_token: ${{ secrets.GITHUB_TOKEN }}
8080
nix_conf: |

.github/workflows/push-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
ref: ${{ github.event.inputs.ref }} # Use the ref if provided, otherwise defaults to the current branch/commit
3030

31-
- uses: nixbuild/nix-quick-install-action@v34
31+
- uses: nixbuild/nix-quick-install-action@v35
3232
with:
3333
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3434
nix_conf: |

.github/workflows/scheduled-bump-cargo-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: branch-name
3737
run: echo "branch_name=bump-cargo-lock-${{ matrix.name }}-$(date +'%Y%m%d-%H%M%S')" >> $GITHUB_OUTPUT
3838

39-
- uses: nixbuild/nix-quick-install-action@2c9db80fb984ceb1bcaa77cdda3fdf8cfba92035
39+
- uses: nixbuild/nix-quick-install-action@9f63be77f412a248c9d9a65a4c82cf066cdf8f0c
4040
with:
4141
github_access_token: ${{ secrets.GITHUB_TOKEN }}
4242

.github/workflows/sync-flake-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
CHANNEL=$(curl -fsSL "$UPSTREAM" | grep '^channel =')
2727
sed -i "s/^channel =.*/$CHANNEL/" rust-toolchain.toml
2828
29-
- uses: nixbuild/nix-quick-install-action@v34
29+
- uses: nixbuild/nix-quick-install-action@v35
3030
with:
3131
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3232
nix_conf: |

0 commit comments

Comments
 (0)