Skip to content

Commit e3f2570

Browse files
committed
fix: upgrade actions/checkout to v4
1 parent 663780c commit e3f2570

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- ghc: '9.8.1'
3737
ghc_minor: '9.8'
3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v4
4040
- name: build + smoke test [${{ matrix.ghc }}]
4141
uses: nick-invision/retry@v2
4242
with:
@@ -46,7 +46,7 @@ jobs:
4646
docker build --pull \
4747
-t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \
4848
${{ matrix.ghc_minor }}/${{ matrix.deb }}
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v4
5050
with:
5151
repository: AlistairB/official-images
5252
ref: haskell-cabal-test-change

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
hadolint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- uses: hadolint/hadolint-action@v1.6.0
1717
with:
1818
recursive: true

0 commit comments

Comments
 (0)