We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7e1221 + d9ca92b commit 5e8a6c8Copy full SHA for 5e8a6c8
2 files changed
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
- windows-latest
31
runs-on: ${{ matrix.runs-on }}
32
steps:
33
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
34
- uses: actions/setup-python@v4
35
with:
36
python-version: ${{ env.python-version }}
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
.github/workflows/nix.yml
@@ -17,7 +17,7 @@ jobs:
17
- nixpkgs-unstable
18
runs-on: ubuntu-latest
19
20
21
- uses: cachix/install-nix-action@v22
22
23
nix_path: nixpkgs=channel:${{matrix.nixpkgs}}
0 commit comments