Skip to content

Commit 6ba466c

Browse files
authored
Merge pull request #11154 from haskell/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents c7ed72d + 29241a2 commit 6ba466c

13 files changed

+33
-46
lines changed

.github/workflows/bootstrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
key: bootstrap-${{ runner.os }}-${{ matrix.ghc }}-20221115-${{ github.sha }}
4141
restore-keys: bootstrap-${{ runner.os }}-${{ matrix.ghc }}-20221115-
4242

43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
- uses: haskell-actions/setup@v2
4545
with:
4646
ghc-version: ${{ matrix.ghc }}

.github/workflows/changelogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "$HOME/.local/bin" >> $GITHUB_PATH
3030
3131
- name: Checkout cabal sources
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333

3434
- name: Run changelog-d
3535
run: |

.github/workflows/check-sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ghc-version: ${{ matrix.ghc }}
4141
cabal-version: latest
4242

43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444

4545
- name: Make sdist
4646
run: cabal sdist cabal-install

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
validate:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- uses: marocchino/validate-dependabot@v3
1717
id: validate

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fourmolu:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: haskell-actions/run-fourmolu@v11
1414
with:
1515
version: "0.12.0.0"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
hlint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: haskell-actions/hlint-setup@v2
1313
with:
1414
version: "3.10"

.github/workflows/quick-jobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cabal --version
4242
- name: Update Hackage index
4343
run: cabal v2-update
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
- name: Generate build plan for correct cache key
4646
run: ${{ env.cabal_build }} --dry-run
4747
- name: Restore cached dependencies
@@ -99,7 +99,7 @@ jobs:
9999
restore-keys: linux-store-doctest
100100
- name: Update Hackage index
101101
run: cabal v2-update
102-
- uses: actions/checkout@v4
102+
- uses: actions/checkout@v5
103103
- name: Install doctest
104104
run: make doctest-install
105105
- name: Doctest
@@ -129,7 +129,7 @@ jobs:
129129
cabal --version
130130
- name: Update Hackage index
131131
run: cabal v2-update
132-
- uses: actions/checkout@v4
132+
- uses: actions/checkout@v5
133133
- name: Generate build plan for correct cache key
134134
run: ${{ env.cabal_build }} --dry-run
135135
- name: Restore cached dependencies
@@ -166,7 +166,7 @@ jobs:
166166
cabal --version
167167
- name: Update Hackage Index
168168
run: cabal v2-update
169-
- uses: actions/checkout@v4
169+
- uses: actions/checkout@v5
170170
- name: Check Release with Pinned Hackage
171171
run: cabal build all --dry-run --project-file=cabal.release.project
172172
- name: Check Release with Latest Hackage

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
6060
steps:
6161
- name: Checkout code
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363

6464
- name: Download artifacts
6565
uses: actions/download-artifact@v5

.github/workflows/reusable-release.yml

Lines changed: 14 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,6 @@ jobs:
140140
, ARTIFACT: "x86_64-linux-unknown"
141141
, ADD_CABAL_ARGS: "--enable-split-sections --enable-executable-static"
142142
},
143-
{ image: "alpine:3.12"
144-
, installCmd: "apk update && apk add"
145-
, toolRequirements: "${{ needs.tool-output.outputs.apk_tools }}"
146-
, DISTRO: "Unknown"
147-
, ARTIFACT: "x86_64-linux-alpine312"
148-
, ADD_CABAL_ARGS: "--enable-split-sections"
149-
},
150143
{ image: "alpine:3.20"
151144
, installCmd: "apk update && apk add"
152145
, toolRequirements: "${{ needs.tool-output.outputs.apk_tools }}"
@@ -168,7 +161,7 @@ jobs:
168161
with:
169162
cabal: ${{ env.CABAL_VERSION }}
170163

171-
- uses: actions/checkout@v4
164+
- uses: actions/checkout@v5
172165
with:
173166
ref: ${{ matrix.branch }}
174167

@@ -207,7 +200,7 @@ jobs:
207200
ADD_CABAL_ARGS: "--enable-split-sections --enable-executable-static"
208201

209202
steps:
210-
- uses: actions/checkout@v4
203+
- uses: actions/checkout@v5
211204
with:
212205
ref: ${{ matrix.branch }}
213206

@@ -248,7 +241,7 @@ jobs:
248241
}
249242
]
250243
steps:
251-
- uses: actions/checkout@v4
244+
- uses: actions/checkout@v5
252245
with:
253246
ref: ${{ matrix.branch }}
254247

@@ -297,7 +290,7 @@ jobs:
297290
matrix:
298291
branch: ${{ fromJSON(inputs.branches) }}
299292
steps:
300-
- uses: actions/checkout@v4
293+
- uses: actions/checkout@v5
301294
with:
302295
ref: ${{ matrix.branch }}
303296

@@ -337,7 +330,7 @@ jobs:
337330
matrix:
338331
branch: ${{ fromJSON(inputs.branches) }}
339332
steps:
340-
- uses: actions/checkout@v4
333+
- uses: actions/checkout@v5
341334
with:
342335
ref: ${{ matrix.branch }}
343336

@@ -376,7 +369,7 @@ jobs:
376369
matrix:
377370
branch: ${{ fromJSON(inputs.branches) }}
378371
steps:
379-
- uses: actions/checkout@v4
372+
- uses: actions/checkout@v5
380373
with:
381374
ref: ${{ matrix.branch }}
382375

@@ -430,7 +423,7 @@ jobs:
430423
matrix:
431424
branch: ${{ fromJSON(inputs.branches) }}
432425
steps:
433-
- uses: actions/checkout@v4
426+
- uses: actions/checkout@v5
434427
with:
435428
ref: ${{ matrix.branch }}
436429

@@ -530,12 +523,6 @@ jobs:
530523
, DISTRO: "Unknown"
531524
, ARTIFACT: "x86_64-linux-unknown"
532525
},
533-
{ image: "alpine:3.12"
534-
, installCmd: "apk update && apk add"
535-
, toolRequirements: "${{ needs.tool-output.outputs.apk_tools }}"
536-
, DISTRO: "Unknown"
537-
, ARTIFACT: "x86_64-linux-alpine312"
538-
},
539526
{ image: "alpine:3.20"
540527
, installCmd: "apk update && apk add"
541528
, toolRequirements: "${{ needs.tool-output.outputs.apk_tools }}"
@@ -551,7 +538,7 @@ jobs:
551538
run: |
552539
${{ matrix.platform.installCmd }} curl bash git ${{ matrix.platform.toolRequirements }}
553540
554-
- uses: actions/checkout@v4
541+
- uses: actions/checkout@v5
555542
with:
556543
ref: ${{ matrix.branch }}
557544

@@ -596,7 +583,7 @@ jobs:
596583
# matrix:
597584
# branch: ${{ fromJSON(inputs.branches) }}
598585
# steps:
599-
# - uses: actions/checkout@v4
586+
# - uses: actions/checkout@v5
600587
# with:
601588
# ref: ${{ matrix.branch }}
602589
#
@@ -633,7 +620,7 @@ jobs:
633620
}
634621
]
635622
steps:
636-
- uses: actions/checkout@v4
623+
- uses: actions/checkout@v5
637624
with:
638625
ref: ${{ matrix.branch }}
639626

@@ -677,7 +664,7 @@ jobs:
677664
matrix:
678665
branch: ${{ fromJSON(inputs.branches) }}
679666
steps:
680-
- uses: actions/checkout@v4
667+
- uses: actions/checkout@v5
681668
with:
682669
ref: ${{ matrix.branch }}
683670

@@ -718,7 +705,7 @@ jobs:
718705
matrix:
719706
branch: ${{ fromJSON(inputs.branches) }}
720707
steps:
721-
- uses: actions/checkout@v4
708+
- uses: actions/checkout@v5
722709
with:
723710
ref: ${{ matrix.branch }}
724711

@@ -754,7 +741,7 @@ jobs:
754741
matrix:
755742
branch: ${{ fromJSON(inputs.branches) }}
756743
steps:
757-
- uses: actions/checkout@v4
744+
- uses: actions/checkout@v5
758745
with:
759746
ref: ${{ matrix.branch }}
760747

@@ -803,7 +790,7 @@ jobs:
803790
matrix:
804791
branch: ${{ fromJSON(inputs.branches) }}
805792
steps:
806-
- uses: actions/checkout@v4
793+
- uses: actions/checkout@v5
807794
with:
808795
ref: ${{ matrix.branch }}
809796

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020

21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

2323
- run: |
2424
wget -q https://github.com/crate-ci/typos/releases/download/${{ env.TYPOS_VER }}/typos-${{ env.TYPOS_VER }}-${{ env.TYPOS_PLATFORM }}.tar.gz

0 commit comments

Comments
 (0)