From 6dc9c602281b91a5d4711198e56412a1a8565801 Mon Sep 17 00:00:00 2001 From: Csaba Fekete Date: Sat, 2 Jan 2021 07:39:20 +0100 Subject: [PATCH] Changed setup-dlang action --- .github/workflows/dub_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dub_build.yml b/.github/workflows/dub_build.yml index 4ae5672..118f8c2 100644 --- a/.github/workflows/dub_build.yml +++ b/.github/workflows/dub_build.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v1 - name: Install D compiler - uses: mihails-strasuns/setup-dlang@v0.3.0 + uses: dlang-community/setup-dlang@v1 with: compiler: ${{ matrix.dc }}