Skip to content

Commit 910e719

Browse files
Bump actions/checkout from 3 to 4 (#375)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53e60da commit 910e719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coq.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "::group::echo | coqtop"
6363
echo | coqtop
6464
echo "::endgroup::"
65-
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v4
6666
with:
6767
submodules: recursive
6868
- name: make

0 commit comments

Comments
 (0)