We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f3422 commit b3b8c4cCopy full SHA for b3b8c4c
.github/workflows/ci-nix.yml
@@ -28,8 +28,8 @@ jobs:
28
timeout-minutes: 30
29
steps:
30
- uses: actions/checkout@v4
31
- - uses: DeterminateSystems/nix-installer-action@v13
32
- - uses: DeterminateSystems/magic-nix-cache-action@v7
+ - uses: DeterminateSystems/nix-installer-action@v14
+ - uses: DeterminateSystems/magic-nix-cache-action@v8
33
- run: nix flake check
34
- run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time'
35
- run: nix develop --command bundle install
0 commit comments