Skip to content

Commit 3caff0e

Browse files
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 33f30cd commit 3caff0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
git config --global init.defaultBranch master
141141
142142
- name: Checkout code
143-
uses: actions/checkout@v4
143+
uses: actions/checkout@v5
144144

145145
- name: Setup OCaml ${{ matrix.ocaml-version }} with v2
146146
if: matrix.setup-version == 'v2'

0 commit comments

Comments
 (0)