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 @@ -21,16 +21,16 @@ jobs:
21
21
# remove-docker-images: 'true'
22
22
# remove-large-packages: 'true'
23
23
# remove-cached-tools: 'true'
24
- - uses : actions/checkout@v4.2.2
25
- - uses : DeterminateSystems/nix-installer-action@v16
24
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
+ - uses : DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
26
26
with :
27
27
extra-conf : |
28
28
build-dir = /opt
29
29
download-buffer-size = 524288000
30
30
extra-substituters = https://nix-community.cachix.org
31
31
extra-trusted-public-keys = nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
32
32
- name : Setup Attic cache
33
- uses : ryanccn/attic-action@v0.3.1
33
+ uses : ryanccn/attic-action@3354ae812cb672e1381be4c7914204c44db53866 # v0.3.1
34
34
with :
35
35
endpoint : ${{ vars.ATTIC_ENDPOINT }}
36
36
cache : ${{ vars.ATTIC_CACHE }}
You can’t perform that action at this time.
0 commit comments