Skip to content

Commit

Permalink
chore(deps): bump cachix/install-nix-action from 26 to 27
Browse files Browse the repository at this point in the history
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v26...V27)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 16, 2024
1 parent 132bc97 commit 403a1b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: yarn build
# check if typescript generation was committed
- run: git diff --exit-code
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27
- name: Test public cache
uses: ./
with:
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27
- name: Test public cache no signing key
uses: ./
with:
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27
- name: Test private cache
uses: ./
with:
Expand All @@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27
- id: paths
run: |
paths=$(nix-instantiate test.nix | tr '\n' ' ')
Expand All @@ -99,7 +99,7 @@ jobs:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27
- name: Test private cache
uses: ./
with:
Expand All @@ -116,7 +116,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v26
uses: cachix/install-nix-action@V27
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 403a1b5

Please sign in to comment.