3939 steps :
4040 - name : Checkout Repo
4141 if : ${{ matrix.attr != '' }}
42- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3 .1
42+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0 .1
4343 - name : Install nix (ephemeral)
4444 if : ${{ matrix.attr != '' && matrix.runs_on.group != 'self-hosted-runners-nix' }}
4545 uses : ./.github/actions/nix-install-ephemeral
7171 steps :
7272 - name : Checkout Repo
7373 if : ${{ matrix.attr != '' }}
74- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3 .1
74+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0 .1
7575 - name : Install nix (ephemeral)
7676 if : ${{ matrix.attr != '' && matrix.runs_on.group != 'self-hosted-runners-nix' }}
7777 uses : ./.github/actions/nix-install-ephemeral
@@ -103,7 +103,7 @@ jobs:
103103 steps :
104104 - name : Checkout Repo
105105 if : ${{ matrix.attr != '' }}
106- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3 .1
106+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0 .1
107107 - name : Install nix
108108 if : ${{ matrix.attr != '' }}
109109 uses : ./.github/actions/nix-install-self-hosted
@@ -127,7 +127,7 @@ jobs:
127127 steps :
128128 - name : Checkout Repo
129129 if : ${{ matrix.attr != '' }}
130- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3 .1
130+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0 .1
131131 - name : Install nix
132132 if : ${{ matrix.attr != '' }}
133133 uses : ./.github/actions/nix-install-self-hosted
@@ -151,7 +151,7 @@ jobs:
151151 steps :
152152 - name : Checkout Repo
153153 if : ${{ matrix.attr != '' }}
154- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3 .1
154+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0 .1
155155 - name : Install nix
156156 if : ${{ matrix.attr != '' }}
157157 uses : ./.github/actions/nix-install-ephemeral
@@ -180,7 +180,7 @@ jobs:
180180 steps :
181181 - name : Checkout Repo
182182 if : ${{ matrix.attr != '' }}
183- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3 .1
183+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0 .1
184184 - name : Install nix
185185 if : ${{ matrix.attr != '' }}
186186 uses : ./.github/actions/nix-install-ephemeral
0 commit comments