We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebeb7b commit 317592eCopy full SHA for 317592e
.github/workflows/ci.yaml
@@ -173,13 +173,13 @@ jobs:
173
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
174
175
- name: Checkout cleanup script
176
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
177
178
- name: Cleanup
179
run: .github/workflows/cleanup.sh
180
181
- name: Git Checkout
182
183
184
- name: Add SBT proxy repositories
185
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
0 commit comments