File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
- windows-latest
31
31
runs-on : ${{ matrix.runs-on }}
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
- uses : actions/setup-python@v4
35
35
with :
36
36
python-version : ${{ env.python-version }}
55
55
- windows-latest
56
56
runs-on : ${{ matrix.runs-on }}
57
57
steps :
58
- - uses : actions/checkout@v3
58
+ - uses : actions/checkout@v4
59
59
- uses : actions/setup-python@v4
60
60
with :
61
61
python-version : ${{ env.python-version }}
Original file line number Diff line number Diff line change 17
17
- nixpkgs-unstable
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- uses : cachix/install-nix-action@v22
22
22
with :
23
23
nix_path : nixpkgs=channel:${{matrix.nixpkgs}}
You can’t perform that action at this time.
0 commit comments