Skip to content

Commit 0de2d7b

Browse files
dependabot[bot]mrkkrp
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da8a276 commit 0de2d7b

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@v5
14+
- uses: actions/checkout@v6
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.3", "9.12.1"]
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- uses: haskell-actions/setup@v2.8.2
2626
id: setup-haskell-cabal
2727
with:

0 commit comments

Comments
 (0)