File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
44
libtool
45
45
make
46
46
47
- - uses : actions/checkout@v4
47
+ - uses : actions/checkout@v5
48
48
with :
49
49
ref : ${{ github.head_ref }}
50
50
Original file line number Diff line number Diff line change 44
44
ghc-version : ${{ matrix.ghc }}
45
45
cabal-version : " 3.12.1.0"
46
46
47
- - uses : actions/checkout@v4
47
+ - uses : actions/checkout@v5
48
48
49
49
- name : " Configure cabal.project.local"
50
50
run : |
Original file line number Diff line number Diff line change 20
20
- name : Install dependencies
21
21
run : sudo apt install -y fd-find
22
22
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
25
25
- name : Check changelogs
26
26
run : ./scripts/ci/check-changelogs.sh
Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Checkout ouroboros-network repository
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
36
36
# we need nix to later build the spec documents
37
37
- name : Install Nix
Original file line number Diff line number Diff line change 62
62
run : |
63
63
gem install cddlc
64
64
65
- - uses : actions/checkout@v4
65
+ - uses : actions/checkout@v5
66
66
67
67
- name : " Configure cabal.project.local"
68
68
run : |
You can’t perform that action at this time.
0 commit comments