Skip to content

Commit

Permalink
try bumping cachix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccaskinner committed Jun 15, 2024
1 parent 8024fff commit fa074ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v20
uses: cachix/install-nix-action@v25

- name: Cachix
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v14
with:
name: haskell-org
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit fa074ea

Please sign in to comment.