Skip to content

Commit

Permalink
ci: Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Feb 19, 2024
1 parent ffe3a3a commit 57f6976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.github_token }}
steps:
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v22
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v14
with:
name: datakurre
- run: make nix-show nix-test nix-coverage nix-coveralls nix-docs PYTHON=${{ matrix.python }}

0 comments on commit 57f6976

Please sign in to comment.