Skip to content

Commit

Permalink
Merge pull request #502 from NixOS/dependabot/github_actions/cachix/i…
Browse files Browse the repository at this point in the history
…nstall-nix-action-22

Bump cachix/install-nix-action from 20 to 22
  • Loading branch information
domenkozar committed Jul 20, 2023
2 parents 5197669 + ea30aba commit c401289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v22
- run: nix-build -A hydraJobs.release
ubuntu:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v22
- name: Build tarballs
run: |
nix build -L .#hydraJobs.tarball
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v22
- name: Build windows executable
run: |
nix build -L .#patchelf-win32 .#patchelf-win64
Expand Down

0 comments on commit c401289

Please sign in to comment.