Skip to content

Commit facae94

Browse files
dependabot[bot]tomasol
authored andcommitted
build(deps): Bump nixbuild/nix-quick-install-action from 31 to 32
Bumps [nixbuild/nix-quick-install-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d1ce9f commit facae94

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@v31
34+
- uses: nixbuild/nix-quick-install-action@v32
3535
with:
3636
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Populate the nix store without Obelisk # Workaround for slow garnix cache

.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@v31
34+
- uses: nixbuild/nix-quick-install-action@v32
3535
with:
3636
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Populate the nix store without Obelisk # Workaround for slow garnix cache

.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@v31
34+
- uses: nixbuild/nix-quick-install-action@v32
3535
with:
3636
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Populate the nix store without Obelisk # Workaround for slow garnix cache

.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@v31
34+
- uses: nixbuild/nix-quick-install-action@v32
3535
with:
3636
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Populate the nix store without Obelisk # Workaround for slow garnix cache

.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@v31
34+
- uses: nixbuild/nix-quick-install-action@v32
3535
with:
3636
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Populate the nix store without Obelisk # Workaround for slow garnix cache

.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@v31
31+
- uses: nixbuild/nix-quick-install-action@v32
3232
with:
3333
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3434
- name: Populate the nix store without Obelisk # Workaround for slow garnix cache
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v4
5050

51-
- uses: nixbuild/nix-quick-install-action@v31
51+
- uses: nixbuild/nix-quick-install-action@v32
5252
with:
5353
github_access_token: ${{ secrets.GITHUB_TOKEN }}
5454
- name: Populate the nix store without Obelisk # Workaround for slow garnix cache
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@v4
8080

81-
- uses: nixbuild/nix-quick-install-action@v31
81+
- uses: nixbuild/nix-quick-install-action@v32
8282
with:
8383
github_access_token: ${{ secrets.GITHUB_TOKEN }}
8484
- name: Populate the nix store without Obelisk # Workaround for slow garnix cache

.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@v31
31+
- uses: nixbuild/nix-quick-install-action@v32
3232
with:
3333
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3434
- name: Populate the nix store without Obelisk # Workaround for slow garnix cache

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: branch-name
2626
run: echo "branch_name=bump-cargo-lock-$(date +'%Y%m%d-%H%M%S')" >> $GITHUB_OUTPUT
2727

28-
- uses: nixbuild/nix-quick-install-action@v31
28+
- uses: nixbuild/nix-quick-install-action@v32
2929
with:
3030
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3131

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 1
2121

22-
- uses: nixbuild/nix-quick-install-action@v31
22+
- uses: nixbuild/nix-quick-install-action@v32
2323
with:
2424
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2525

0 commit comments

Comments
 (0)