2525 - name : Checkout repository
2626 uses : actions/checkout@v4
2727 - name : Install Determinate Nix
28- uses : DeterminateSystems/nix-installer-action@main
29- with :
30- determinate : true
28+ uses : DeterminateSystems/determinate-nix-action@v3
3129 - name : Update flake.lock
3230 uses : DeterminateSystems/update-flake-lock@main
3331 with :
5957 - name : Checkout repository
6058 uses : actions/checkout@v4
6159 - name : Install Determinate Nix
62- uses : DeterminateSystems/nix-installer-action@main
63- with :
64- determinate : true
60+ uses : DeterminateSystems/determinate-nix-action@v3
6561 - name : Update flake.lock
6662 uses : DeterminateSystems/update-flake-lock@main
6763 with :
8682 - name: Checkout repository
8783 uses: actions/checkout@v4
8884 - name: Install Determinate Nix
89- uses: DeterminateSystems/nix-installer-action@main
90- with:
91- determinate: true
85+ uses: DeterminateSystems/determinate-nix-action@v3
9286 - name: Update flake.lock
9387 uses: DeterminateSystems/update-flake-lock@main
9488 with:
@@ -111,9 +105,7 @@ jobs:
111105 - name: Checkout repository
112106 uses: actions/checkout@v4
113107 - name: Install Determinate Nix
114- uses: DeterminateSystems/nix-installer-action@main
115- with:
116- determinate: true
108+ uses: DeterminateSystems/determinate-nix-action@v3
117109 - name: Update flake.lock
118110 id: update
119111 uses: DeterminateSystems/update-flake-lock@main
@@ -142,9 +134,7 @@ jobs:
142134 - name: Checkout repository
143135 uses: actions/checkout@v4
144136 - name: Install Determinate Nix
145- uses: DeterminateSystems/nix-installer-action@main
146- with:
147- determinate: true
137+ uses: DeterminateSystems/determinate-nix-action@v3
148138 - name: Update flake.lock
149139 if: ${{ github.event_name != 'pull_request' }}
150140 uses: DeterminateSystems/update-flake-lock@main
@@ -171,9 +161,7 @@ jobs:
171161 - name: Checkout repository
172162 uses: actions/checkout@v4
173163 - name: Install Determinate Nix
174- uses: DeterminateSystems/nix-installer-action@main
175- with:
176- determinate: true
164+ uses: DeterminateSystems/determinate-nix-action@v3
177165 - name: Update flake.lock
178166 uses: DeterminateSystems/update-flake-lock@main
179167 with:
@@ -211,9 +199,7 @@ jobs:
211199 - name: Checkout repository
212200 uses: actions/checkout@v4
213201 - name: Install Determinate Nix
214- uses: DeterminateSystems/nix-installer-action@main
215- with:
216- determinate: true
202+ uses: DeterminateSystems/determinate-nix-action@v3
217203 - name: Update flake.lock
218204 uses: DeterminateSystems/update-flake-lock@main
219205 with:
@@ -252,9 +238,7 @@ jobs:
252238 - name: Checkout repository
253239 uses: actions/checkout@v4
254240 - name: Install Determinate Nix
255- uses: DeterminateSystems/nix-installer-action@main
256- with:
257- determinate: true
241+ uses: DeterminateSystems/determinate-nix-action@v3
258242 - name: Update flake.lock
259243 uses: DeterminateSystems/update-flake-lock@main
260244 with:
@@ -319,9 +303,7 @@ jobs:
319303 - name: Checkout repository
320304 uses: actions/checkout@v4
321305 - name: Install Determinate Nix
322- uses: DeterminateSystems/nix-installer-action@main
323- with:
324- determinate: true
306+ uses: DeterminateSystems/determinate-nix-action@v3
325307 - name: Update flake.lock
326308 uses: DeterminateSystems/update-flake-lock@main
327309 with:
0 commit comments