diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 8797a030..8a4eab83 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -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