Skip to content

Commit 842c44f

Browse files
chore(deps): update determinatesystems/magic-nix-cache-action action to v3 (#111)
1 parent a2d4838 commit 842c44f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: DeterminateSystems/nix-installer-action@v9
13-
- uses: DeterminateSystems/magic-nix-cache-action@v2
13+
- uses: DeterminateSystems/magic-nix-cache-action@v3
1414
- run: nix flake check
1515
release:
1616
runs-on: ubuntu-latest
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: DeterminateSystems/nix-installer-action@v9
31-
- uses: DeterminateSystems/magic-nix-cache-action@v2
31+
- uses: DeterminateSystems/magic-nix-cache-action@v3
3232
- run: nix profile install .#releaseEnv
3333
- uses: cihelper/action-semanticrelease-poetry@v1
3434
id: semanticrelease
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
extra-conf: |
6060
extra-platforms = aarch64-linux
61-
- uses: DeterminateSystems/magic-nix-cache-action@v2
61+
- uses: DeterminateSystems/magic-nix-cache-action@v3
6262
- run: nix run .#dockerManifest --impure
6363
env:
6464
VERSION: ${{ needs.release.outputs.version }}
@@ -92,7 +92,7 @@ jobs:
9292
ref: ${{ needs.release.outputs.git-head }}
9393
- uses: actions/configure-pages@v4
9494
- uses: DeterminateSystems/nix-installer-action@v9
95-
- uses: DeterminateSystems/magic-nix-cache-action@v2
95+
- uses: DeterminateSystems/magic-nix-cache-action@v3
9696
- run: nix build .#docs
9797
- uses: actions/upload-pages-artifact@v3
9898
with:

0 commit comments

Comments
 (0)