File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
checks : ${{ steps.checks.outputs.checks }}
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
24
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25
25
26
26
- name : Install Nix
27
- uses : DeterminateSystems/nix-installer-action@da36cb69b1c3247ad7a1f931ebfd954a1105ef14 # v14
27
+ uses : DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
28
28
with :
29
29
nix-package-url : https://releases.nixos.org/nix/nix-${{ env.NIX_VERSION }}/nix-${{ env.NIX_VERSION }}-x86_64-linux.tar.xz
30
30
extra-conf : |
@@ -49,10 +49,10 @@ jobs:
49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- name : Checkout
52
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
52
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
53
53
54
54
- name : Install Nix
55
- uses : DeterminateSystems/nix-installer-action@da36cb69b1c3247ad7a1f931ebfd954a1105ef14 # v14
55
+ uses : DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
56
56
with :
57
57
nix-package-url : https://releases.nixos.org/nix/nix-${{ env.NIX_VERSION }}/nix-${{ env.NIX_VERSION }}-x86_64-linux.tar.xz
58
58
extra-conf : |
@@ -79,10 +79,10 @@ jobs:
79
79
runs-on : ${{ matrix.os }}
80
80
steps :
81
81
- name : Checkout
82
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
82
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
83
83
84
84
- name : Install Nix
85
- uses : DeterminateSystems/nix-installer-action@da36cb69b1c3247ad7a1f931ebfd954a1105ef14 # v14
85
+ uses : DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
86
86
with :
87
87
nix-package-url : https://releases.nixos.org/nix/nix-${{ env.NIX_VERSION }}/nix-${{ env.NIX_VERSION }}-x86_64-linux.tar.xz
88
88
extra-conf : |
You can’t perform that action at this time.
0 commit comments