Skip to content

Commit 12b3d08

Browse files
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aadd360 commit 12b3d08

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)