Skip to content

Commit 317592e

Browse files
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 5ebeb7b commit 317592e

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
@@ -173,13 +173,13 @@ jobs:
173173
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
174174

175175
- name: Checkout cleanup script
176-
uses: actions/checkout@v3
176+
uses: actions/checkout@v4
177177

178178
- name: Cleanup
179179
run: .github/workflows/cleanup.sh
180180

181181
- name: Git Checkout
182-
uses: actions/checkout@v3
182+
uses: actions/checkout@v4
183183

184184
- name: Add SBT proxy repositories
185185
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true

0 commit comments

Comments
 (0)