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.
1 parent 85d33f3 commit 1aabcb7Copy full SHA for 1aabcb7
.github/workflows/ci.yaml
@@ -7,7 +7,7 @@ jobs:
7
lint:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
- uses: DeterminateSystems/nix-installer-action@v10
12
- uses: DeterminateSystems/magic-nix-cache-action@v4
13
- run: nix develop --impure --command pre-commit run --all
@@ -24,7 +24,7 @@ jobs:
24
- "3.11"
25
- "3.12"
26
27
28
- uses: actions/setup-python@v5
29
with:
30
python-version: "${{matrix.python-version}}"
0 commit comments