File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
uses : docker/setup-qemu-action@v3
37
37
with :
38
38
platforms : " arm64"
39
- - uses : cachix/install-nix-action@v26
39
+ - uses : cachix/install-nix-action@v27
40
40
with :
41
41
github_access_token : ${{ inputs.github-token }}
42
42
extra_nix_config : |
Original file line number Diff line number Diff line change 32
32
if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
33
33
steps :
34
34
- uses : actions/checkout@v4
35
- - uses : cachix/install-nix-action@v26
35
+ - uses : cachix/install-nix-action@v27
36
36
with :
37
37
github_access_token : ${{ secrets.GITHUB_TOKEN }}
38
38
- name : Check flake
45
45
matrix : ${{ steps.generate.outputs.matrix }}
46
46
steps :
47
47
- uses : actions/checkout@v4
48
- - uses : cachix/install-nix-action@v26
48
+ - uses : cachix/install-nix-action@v27
49
49
with :
50
50
github_access_token : ${{ secrets.GITHUB_TOKEN }}
51
51
- id : generate
@@ -113,7 +113,7 @@ jobs:
113
113
name : ${{ matrix.deploy-spec.hash-name }}
114
114
workflow_conclusion : " "
115
115
search_artifacts : true
116
- - uses : cachix/install-nix-action@v26
116
+ - uses : cachix/install-nix-action@v27
117
117
with :
118
118
github_access_token : ${{ secrets.GITHUB_TOKEN }}
119
119
- uses : cachix/cachix-action@v12
Original file line number Diff line number Diff line change 30
30
fetch-depth :
31
31
# Infinite depth (source: https://git-scm.com/docs/shallow)
32
32
2147483647
33
- - uses : cachix/install-nix-action@v26
33
+ - uses : cachix/install-nix-action@v27
34
34
with :
35
35
github_access_token : ${{ secrets.GITHUB_TOKEN }}
36
36
- name : Configure committer identity
Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v4
26
26
with :
27
27
ref : ${{ github.ref }}
28
- - uses : cachix/install-nix-action@v26
28
+ - uses : cachix/install-nix-action@v27
29
29
with :
30
30
github_access_token : ${{ secrets.GITHUB_TOKEN }}
31
31
- name : Configure git
You can’t perform that action at this time.
0 commit comments