From cca753abdb75417345a1e097d02b7a6bf20ccd23 Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 2 Feb 2024 17:57:31 +0100 Subject: [PATCH] Change 'uses' versions Co-authored-by: Mathias LANG --- .github/workflows/build_with_dub.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_with_dub.yml b/.github/workflows/build_with_dub.yml index 4dc58227eb..7e1163baeb 100644 --- a/.github/workflows/build_with_dub.yml +++ b/.github/workflows/build_with_dub.yml @@ -12,10 +12,10 @@ jobs: os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Host D compiler - uses: dlang-community/setup-dlang@v1.3.0 + uses: dlang-community/setup-dlang@v1 - name: Invoke dub run: dub run dmd:compiler -- --version