Skip to content

Commit 01cfcae

Browse files
nitinprakash96coot
authored andcommitted
CI: Bump checkout to v4
1 parent 2c54d82 commit 01cfcae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
sudo apt install -y fd-find
2020
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: git fetch
2424
run: git fetch origin main:main
@@ -68,7 +68,7 @@ jobs:
6868
which stylish-haskell
6969
stylish-haskell --version
7070
71-
- uses: actions/checkout@v3
71+
- uses: actions/checkout@v4
7272

7373
- name: "Run `stylish-haskell`"
7474
run: |

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "PATH = $PATH"
4949
echo "LLVM_CONFIG = $LLVM_CONFIG"
5050
51-
- uses: actions/checkout@v3
51+
- uses: actions/checkout@v4
5252

5353
- name: "Configure cabal.project.local"
5454
run: |

0 commit comments

Comments
 (0)