Skip to content

Commit

Permalink
mod: update actions in nix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Steinmetzer committed Mar 11, 2024
1 parent 4af5662 commit 08d558f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
buildNix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
extra_nix_config: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v14
with:
name: pysisyphus
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit 08d558f

Please sign in to comment.