From 0283e9f82c0b3669e06019727af113a398c27f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Kuni=C3=9F?= Date: Thu, 25 Jan 2024 23:03:34 +0100 Subject: [PATCH] Bump actions/checkout to v4 to get rid of Node16 warnings on GH Actions. Unfortunately, there is no new version for dlang-community/setup-dlang action. So, this warning remains. --- .github/workflows/build.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26e8ec5..03f4d80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: runs-on: ${{ matrix.runner }} steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install D compiler uses: dlang-community/setup-dlang@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 481510a..8e01389 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install D compiler for building gamma uses: dlang-community/setup-dlang@v1