Skip to content

Commit

Permalink
Merge pull request #430 from LightAndLight/install-nix-action-24
Browse files Browse the repository at this point in the history
Bump install-nix-action
  • Loading branch information
LightAndLight authored Jan 5, 2024
2 parents a71dcdb + 6da31ff commit 0970ec0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ipso-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
tags:
- "v*"
workflow_dispatch:
env:
NIX_PUBLIC_KEY: "ipso-binary-cache-1:UMRLNOKcCsb/a2dBhtcZhRZP4RN8yIDsSUwHTObu2w4="

Expand All @@ -27,7 +28,7 @@ jobs:
UPLOAD_TO_CACHE: ".github/workflows/uploadToCache"
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@v24

# Used by `uploadToCache` to sign store paths.
- run: "sudo bash -c 'echo \"${{ secrets.NIX_SIGNING_KEY }}\" > /run/nix-signing-key'"
Expand Down Expand Up @@ -102,7 +103,7 @@ jobs:
UPLOAD_TO_CACHE: ".github/workflows/uploadToCacheMacos"
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@v24

# Used by `uploadToCache` to sign store paths.
- run: "sudo bash -c 'echo \"${{ secrets.NIX_SIGNING_KEY }}\" > /var/run/nix-signing-key'"
Expand Down Expand Up @@ -183,7 +184,7 @@ jobs:

# Nix setup
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@v24

# Used by `uploadToCache` to sign store paths.
- run: "sudo bash -c 'echo \"${{ secrets.NIX_SIGNING_KEY }}\" > /run/nix-signing-key'"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# `./scripts/recheck` uses `git diff` which accesses the repo's history. `fetch-depth: 0` fetches all branches and history.
fetch-depth: 0

- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@v24

# Used by `uploadToCache` to sign store paths.
- run: "sudo bash -c 'echo \"${{ secrets.NIX_SIGNING_KEY }}\" > /run/nix-signing-key'"
Expand Down

0 comments on commit 0970ec0

Please sign in to comment.