Skip to content

Commit

Permalink
Merge pull request #1714 from NoRedInk/update-github-actions
Browse files Browse the repository at this point in the history
update github actions
  • Loading branch information
michaelglass authored Dec 4, 2024
2 parents 91b0a74 + 10e5c45 commit fcf9830
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 fcf9830

Please sign in to comment.