Skip to content

Commit

Permalink
CI: Bump checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinprakash96 authored and coot committed May 17, 2024
1 parent 2c54d82 commit 01cfcae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
sudo apt install -y fd-find
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: git fetch
run: git fetch origin main:main
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
which stylish-haskell
stylish-haskell --version
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Run `stylish-haskell`"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "PATH = $PATH"
echo "LLVM_CONFIG = $LLVM_CONFIG"
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Configure cabal.project.local"
run: |
Expand Down

0 comments on commit 01cfcae

Please sign in to comment.