Skip to content

Commit 3f44bea

Browse files
ci: replace discontinued magic cache
Signed-off-by: Tiago Castro <[email protected]>
1 parent 8ca4a90 commit 3f44bea

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

.github/workflows/bdd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
submodules: 'recursive'
18-
- uses: DeterminateSystems/nix-installer-action@v14
19-
- uses: DeterminateSystems/magic-nix-cache-action@v8
18+
- uses: cachix/[email protected]
2019
- name: Pre-populate nix-shell
2120
run: |
2221
export NIX_PATH=nixpkgs=$(jq '.nixpkgs.url' nix/sources.json -r)

.github/workflows/image-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
submodules: 'recursive'
17-
- uses: DeterminateSystems/nix-installer-action@v14
18-
- uses: DeterminateSystems/magic-nix-cache-action@v8
17+
- uses: cachix/install-nix-action@v31.3.0
18+
1919
- name: Test building the release images
2020
run: ./scripts/release.sh --skip-publish --build-bins

.github/workflows/image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
if [ "${{ github.ref_type }}" == "tag" ]; then
2727
git fetch -f origin ${{ github.ref }}:${{ github.ref }}
2828
fi
29-
- uses: DeterminateSystems/nix-installer-action@v14
30-
- uses: DeterminateSystems/magic-nix-cache-action@v8
29+
- uses: cachix/[email protected]
3130
- name: Login to Docker Hub
3231
uses: docker/login-action@v3
3332
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
submodules: 'recursive'
17-
- uses: DeterminateSystems/nix-installer-action@v14
18-
- uses: DeterminateSystems/magic-nix-cache-action@v8
17+
- uses: cachix/[email protected]
1918
- name: Pre-populate nix-shell
2019
run: |
2120
export NIX_PATH=nixpkgs=$(jq '.nixpkgs.url' nix/sources.json -r)

.github/workflows/unit-int.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
submodules: 'recursive'
18-
- uses: DeterminateSystems/nix-installer-action@v14
19-
- uses: DeterminateSystems/magic-nix-cache-action@v8
18+
- uses: cachix/[email protected]
2019
- name: Pre-populate nix-shell
2120
run: |
2221
export NIX_PATH=nixpkgs=$(jq '.nixpkgs.url' nix/sources.json -r)

0 commit comments

Comments
 (0)