Skip to content

Commit 8b03784

Browse files
dependabot[bot]mrkkrp
authored andcommitted
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] <support@github.com>
1 parent e6ab437 commit 8b03784

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
ormolu:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: haskell-actions/run-ormolu@v17
1616
build:
1717
runs-on: ubuntu-latest
@@ -21,7 +21,7 @@ jobs:
2121
cabal: ["3.12"]
2222
ghc: ["9.8.4", "9.10.1", "9.12.1"]
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
- uses: haskell-actions/setup@v2
2626
id: setup-haskell-cabal
2727
with:

0 commit comments

Comments
 (0)