1515 runs-on : ubuntu-latest
1616 environment : cachix
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121 - uses : cachix/install-nix-action@v31
3535 runs-on : ubuntu-latest
3636 environment : cachix
3737 steps :
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@v6
3939 with :
4040 fetch-depth : 0
4141 - uses : cachix/install-nix-action@v31
5656 environment : cachix
5757 needs : ['formatting', 'dependencies']
5858 steps :
59- - uses : actions/checkout@v5
59+ - uses : actions/checkout@v6
6060 with :
6161 fetch-depth : 0
6262 - uses : cachix/install-nix-action@v31
7777 environment : cachix
7878 needs : ['formatting', 'dependencies']
7979 steps :
80- - uses : actions/checkout@v5
80+ - uses : actions/checkout@v6
8181 with :
8282 fetch-depth : 0
8383 - uses : cachix/install-nix-action@v31
9898 environment : cachix
9999 needs : ['formatting', 'dependencies']
100100 steps :
101- - uses : actions/checkout@v5
101+ - uses : actions/checkout@v6
102102 with :
103103 fetch-depth : 0
104104 - uses : cachix/install-nix-action@v31
@@ -119,7 +119,7 @@ jobs:
119119 environment : cachix
120120 needs : ['formatting', 'dependencies' ]
121121 steps :
122- - uses : actions/checkout@v5
122+ - uses : actions/checkout@v6
123123 with :
124124 fetch-depth : 0
125125 - uses : cachix/install-nix-action@v31
@@ -140,7 +140,7 @@ jobs:
140140 environment : cachix
141141 needs : ['formatting']
142142 steps :
143- - uses : actions/checkout@v5
143+ - uses : actions/checkout@v6
144144 with :
145145 fetch-depth : 0
146146 - uses : cachix/install-nix-action@v31
0 commit comments