Skip to content

Commit 58a6191

Browse files
dependabot[bot]tomjaguarpaw
authored andcommitted
GA(deps): 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 380aad7 commit 58a6191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
ghc: 8.4.4
6262

6363
steps:
64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@v6
6565

6666
- uses: haskell-actions/setup@v2.8
6767
id: setup-haskell-cabal
@@ -110,7 +110,7 @@ jobs:
110110
ghc: ["9.2.6"]
111111

112112
steps:
113-
- uses: actions/checkout@v5
113+
- uses: actions/checkout@v6
114114

115115
- uses: haskell-actions/setup@v2.8
116116
name: Setup Haskell Stack

0 commit comments

Comments
 (0)