File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143
143
chmod a+x $HOME/.cabal/bin/cabal-plan
144
144
cabal-plan --version
145
145
- name : checkout
146
- uses : actions/checkout@v4
146
+ uses : actions/checkout@v5
147
147
with :
148
148
path : source
149
149
- name : initial cabal.project for sdist
Original file line number Diff line number Diff line change 18
18
name : Nix on ${{ matrix.os }}
19
19
runs-on : ${{ matrix.os }}
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- uses : wimpysworld/nothing-but-nix@main
23
23
if : runner.os == 'Linux'
24
24
with :
53
53
name : Nix on ${{ matrix.os }}
54
54
runs-on : ${{ matrix.os }}
55
55
steps :
56
- - uses : actions/checkout@v4
56
+ - uses : actions/checkout@v5
57
57
- uses : wimpysworld/nothing-but-nix@main
58
58
if : runner.os == 'Linux'
59
59
with :
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout repository
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
- name : Install Nix
15
15
uses : DeterminateSystems/nix-installer-action@main
16
16
- name : Update flake.lock
You can’t perform that action at this time.
0 commit comments