File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v3
14
14
- name : Install Nix
15
- uses : DeterminateSystems/nix-installer-action@v4
15
+ uses : DeterminateSystems/nix-installer-action@main
16
16
- name : Record existing bundle hash
17
17
run : |
18
18
echo "BUNDLE_HASH=$(sha256sum <dist/index.js | sed 's/ -//')" >>$GITHUB_ENV
38
38
steps :
39
39
- uses : actions/checkout@v3
40
40
- name : Install Nix
41
- uses : DeterminateSystems/nix-installer-action@v4
41
+ uses : DeterminateSystems/nix-installer-action@main
42
42
with :
43
43
extra-conf : |
44
44
narinfo-cache-negative-ttl = 0
54
54
# steps:
55
55
# - uses: actions/checkout@v3
56
56
# - name: Install Nix
57
- # uses: DeterminateSystems/nix-installer-action@v4
57
+ # uses: DeterminateSystems/nix-installer-action@main
58
58
# with:
59
59
# extra-conf: |
60
60
# narinfo-cache-negative-ttl = 0
You can’t perform that action at this time.
0 commit comments