Skip to content

Commit 91d41e9

Browse files
Bump actions/checkout from 1 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...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 531314a commit 91d41e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
git -C /home/opam/opam-repository pull origin master && HOME=/home/opam opam update -y
6262
- name: Checkout repository
6363
# See https://github.com/actions/checkout/issues/334
64-
uses: actions/checkout@v1
64+
uses: actions/checkout@v4
6565
- name: Setup repo and install dependencies
6666
run: |
6767
sudo chown -R opam:opam .

0 commit comments

Comments
 (0)