Skip to content

Commit

Permalink
also update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccaskinner committed Jun 15, 2024
1 parent fa074ea commit 55a77b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,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 55a77b9

Please sign in to comment.