Skip to content

Commit da1a005

Browse files
authored
Merge pull request #224 from input-output-hk/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents f919dc1 + 12b3d08 commit da1a005

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@v4
21+
- uses: actions/checkout@v5
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@v4
71+
- uses: actions/checkout@v5
7272

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

.github/workflows/github-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: sudo apt install pandoc
3636

3737
- name: Checkout io-sim repository
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939

4040
- name: Install Haskell
4141
uses: haskell-actions/setup@v2

.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@v4
51+
- uses: actions/checkout@v5
5252

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

0 commit comments

Comments
 (0)