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 1717 outputs :
1818 ghc-matrix : ${{ steps.set-ghc-versions.outputs.ghc-matrix }}
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - id : set-ghc-versions
2222 name : Extract from gen_ghc_bindist
2323 run : python .github/extract_from_ghc_bindist.py
3434 ghc-version : ${{ fromJSON(needs.find-ghc-version.outputs.ghc-matrix) }}
3535 runs-on : ${{ matrix.os }}
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - name : Mount Bazel cache
3939 uses : actions/cache@v4
4040 with :
Original file line number Diff line number Diff line change 2424 exit 1
2525 fi
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 ref : master # only create releases from main branch
3030 - name : Read section from CHANGELOG.md
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-24.04
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 ref : release
Original file line number Diff line number Diff line change 1919 - ' 9.10'
2020 - ' 9.12'
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 ref : master
2525 - uses : cachix/install-nix-action@v31
Original file line number Diff line number Diff line change 2020 name : Format & Lint
2121 runs-on : ubuntu-24.04
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : tweag/configure-bazel-remote-cache-auth@v0
2525 with :
2626 buildbuddy_api_key : ${{ secrets.BUILDBUDDY_API_KEY }}
6464 env :
6565 NIX_SHELL_ARGS : --arg docTools false --argstr ghcVersion ${{ matrix.ghc }}
6666 steps :
67- - uses : actions/checkout@v4
67+ - uses : actions/checkout@v5
6868 - uses : ./.github/actions/free_disk_space_on_linux
6969 - name : Mount Bazel cache
7070 uses : actions/cache@v4
@@ -162,7 +162,7 @@ jobs:
162162 GHC_VERSION : ${{ matrix.ghc }}
163163 runs-on : ${{ matrix.os }}
164164 steps :
165- - uses : actions/checkout@v4
165+ - uses : actions/checkout@v5
166166 - uses : ./.github/actions/free_disk_space_on_linux
167167 - name : Mount Bazel cache
168168 uses : actions/cache@v4
@@ -267,7 +267,7 @@ jobs:
267267 USE_BAZEL_VERSION : ${{ matrix.bazel }}
268268 runs-on : ${{ matrix.os }}
269269 steps :
270- - uses : actions/checkout@v4
270+ - uses : actions/checkout@v5
271271 - uses : ./.github/actions/free_disk_space_on_linux
272272 - name : Mount Bazel cache
273273 uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments