Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglass committed Dec 4, 2024
1 parent d58e933 commit 10e5c45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v30
# pinning the nix version to avoid a CI failure
# Fix taken from this thread https://github.com/cachix/cachix/issues/418
# about a previous bad nix version
with:
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
install_url: https://releases.nixos.org/nix/nix-2.24.10/install

- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v15
with:
name: noredink-ui
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit 10e5c45

Please sign in to comment.