Skip to content

Commit

Permalink
Merge pull request #165 from cachix/dependabot/github_actions/cachix/…
Browse files Browse the repository at this point in the history
…install-nix-action-24

chore(deps): bump cachix/install-nix-action from 23 to 24
  • Loading branch information
domenkozar authored Nov 29, 2023
2 parents 6a2e08b + fb776b5 commit cee900d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: yarn build
# check if typescript generation was committed
- run: git diff --exit-code
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v24
- name: Test public cache
uses: ./
with:
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v24
- name: Test public cache no signing key
uses: ./
with:
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v24
- name: Test private cache
uses: ./
with:
Expand All @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v24
- name: Test private cache
uses: ./
with:
Expand All @@ -86,7 +86,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v24
with:
nix_path: nixpkgs=channel:nixos-22.11
install_url: https://nixos-nix-install-tests.cachix.org/serve/kkq45x7yrzvxq8627fi6hkswnfa7mg2l/install
Expand Down

0 comments on commit cee900d

Please sign in to comment.