CI: update actions/checkout to v4

This commit is contained in:
Hiroki Noda 2024-05-05 21:26:50 +09:00
parent c3267d7dcd
commit a968b9b655
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ jobs:
steps:
# Clone repo + submodules
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
@ -158,7 +158,7 @@ jobs:
# Parse phobos to check for failures / crashes / ...
- name: Checkout Phobos
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: dlang/phobos
path: phobos