4444 # https://github.com/actions/runner/issues/241#issuecomment-842566950
4545 shell : script -qec "bash --noprofile --norc -eo pipefail {0}"
4646 steps :
47- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
47+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4848 - name : Setup Nix Environment
4949 uses : ./.github/actions/setup-nix
5050 with :
8484 # https://github.com/actions/runner/issues/241#issuecomment-842566950
8585 shell : script -qec "bash --noprofile --norc -eo pipefail {0}"
8686 steps :
87- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
87+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8888 - name : Setup Nix Environment
8989 uses : ./.github/actions/setup-nix
9090 with :
@@ -114,7 +114,7 @@ jobs:
114114 name : Memory
115115 runs-on : ubuntu-24.04
116116 steps :
117- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
117+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
118118 - name : Setup Nix Environment
119119 uses : ./.github/actions/setup-nix
120120 with :
@@ -135,7 +135,7 @@ jobs:
135135 name : Loadtest
136136 runs-on : ubuntu-24.04
137137 steps :
138- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
138+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
139139 with :
140140 fetch-depth : 0
141141 - name : Setup Nix Environment
@@ -198,7 +198,7 @@ jobs:
198198 name : Flake Check
199199 runs-on : ${{ matrix.runs-on }}
200200 steps :
201- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
201+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
202202 with :
203203 fetch-depth : 0
204204 - name : Setup Nix Environment
0 commit comments