Skip to content

Commit 04dbe43

Browse files
dependabot[bot]mrkkrp
authored andcommitted
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5944aea commit 04dbe43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v3
14+
- uses: actions/checkout@v4
1515
- uses: haskell-actions/run-ormolu@v13
1616
build:
1717
runs-on: ubuntu-latest
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- uses: haskell/actions/setup@v2
2828
id: setup-haskell-cabal
2929
with:

0 commit comments

Comments
 (0)