We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac1cd7 commit 0528eecCopy full SHA for 0528eec
1 file changed
.github/workflows/ci.yml
@@ -3,8 +3,8 @@ name: ci
3
on:
4
pull_request:
5
push:
6
- branches:
7
- - main
+ branches:
+ - main
8
9
concurrency:
10
group: ci-${{ github.event.pull_request.number || github.ref }}
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Install nix
22
- uses: cachix/install-nix-action@V27
+ uses: cachix/install-nix-action@v31
23
with:
24
extra_nix_config: access-tokens = github.com=${{ github.token }}
25
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
0 commit comments