Commit 842c44f 1 parent a2d4838 commit 842c44f Copy full SHA for 842c44f
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v4
12
12
- uses : DeterminateSystems/nix-installer-action@v9
13
- - uses : DeterminateSystems/magic-nix-cache-action@v2
13
+ - uses : DeterminateSystems/magic-nix-cache-action@v3
14
14
- run : nix flake check
15
15
release :
16
16
runs-on : ubuntu-latest
28
28
steps :
29
29
- uses : actions/checkout@v4
30
30
- uses : DeterminateSystems/nix-installer-action@v9
31
- - uses : DeterminateSystems/magic-nix-cache-action@v2
31
+ - uses : DeterminateSystems/magic-nix-cache-action@v3
32
32
- run : nix profile install .#releaseEnv
33
33
- uses : cihelper/action-semanticrelease-poetry@v1
34
34
id : semanticrelease
58
58
with :
59
59
extra-conf : |
60
60
extra-platforms = aarch64-linux
61
- - uses : DeterminateSystems/magic-nix-cache-action@v2
61
+ - uses : DeterminateSystems/magic-nix-cache-action@v3
62
62
- run : nix run .#dockerManifest --impure
63
63
env :
64
64
VERSION : ${{ needs.release.outputs.version }}
92
92
ref : ${{ needs.release.outputs.git-head }}
93
93
- uses : actions/configure-pages@v4
94
94
- uses : DeterminateSystems/nix-installer-action@v9
95
- - uses : DeterminateSystems/magic-nix-cache-action@v2
95
+ - uses : DeterminateSystems/magic-nix-cache-action@v3
96
96
- run : nix build .#docs
97
97
- uses : actions/upload-pages-artifact@v3
98
98
with :
You can’t perform that action at this time.
0 commit comments