From cc1a2c01784ea3e5cb5e0f03fb5cec945aaf09ca Mon Sep 17 00:00:00 2001 From: Hiroki Noda Date: Sun, 5 May 2024 21:26:50 +0900 Subject: [PATCH] CI: update actions/checkout to v4 --- .github/workflows/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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