File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 17
17
outputs :
18
18
ghc-matrix : ${{ steps.set-ghc-versions.outputs.ghc-matrix }}
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- id : set-ghc-versions
22
22
name : Extract from gen_ghc_bindist
23
23
run : python .github/extract_from_ghc_bindist.py
34
34
ghc-version : ${{ fromJSON(needs.find-ghc-version.outputs.ghc-matrix) }}
35
35
runs-on : ${{ matrix.os }}
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
- name : Mount Bazel cache
39
39
uses : actions/cache@v4
40
40
with :
Original file line number Diff line number Diff line change 24
24
exit 1
25
25
fi
26
26
- name : Checkout
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
with :
29
29
ref : master # only create releases from main branch
30
30
- name : Read section from CHANGELOG.md
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-24.04
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
with :
16
16
fetch-depth : 0
17
17
ref : release
Original file line number Diff line number Diff line change 19
19
- ' 9.10'
20
20
- ' 9.12'
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
with :
24
24
ref : master
25
25
- uses : cachix/install-nix-action@v31
Original file line number Diff line number Diff line change 20
20
name : Format & Lint
21
21
runs-on : ubuntu-24.04
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- uses : tweag/configure-bazel-remote-cache-auth@v0
25
25
with :
26
26
buildbuddy_api_key : ${{ secrets.BUILDBUDDY_API_KEY }}
64
64
env :
65
65
NIX_SHELL_ARGS : --arg docTools false --argstr ghcVersion ${{ matrix.ghc }}
66
66
steps :
67
- - uses : actions/checkout@v4
67
+ - uses : actions/checkout@v5
68
68
- uses : ./.github/actions/free_disk_space_on_linux
69
69
- name : Mount Bazel cache
70
70
uses : actions/cache@v4
@@ -162,7 +162,7 @@ jobs:
162
162
GHC_VERSION : ${{ matrix.ghc }}
163
163
runs-on : ${{ matrix.os }}
164
164
steps :
165
- - uses : actions/checkout@v4
165
+ - uses : actions/checkout@v5
166
166
- uses : ./.github/actions/free_disk_space_on_linux
167
167
- name : Mount Bazel cache
168
168
uses : actions/cache@v4
@@ -267,7 +267,7 @@ jobs:
267
267
USE_BAZEL_VERSION : ${{ matrix.bazel }}
268
268
runs-on : ${{ matrix.os }}
269
269
steps :
270
- - uses : actions/checkout@v4
270
+ - uses : actions/checkout@v5
271
271
- uses : ./.github/actions/free_disk_space_on_linux
272
272
- name : Mount Bazel cache
273
273
uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments