From 3b047441fd7e7d50e58d19406cc54e5f5b90ff21 Mon Sep 17 00:00:00 2001 From: Jan Jurzitza Date: Mon, 4 Jan 2021 19:44:59 +0100 Subject: [PATCH] update setup-dlang to v1.0.2 (#763) This fixes the previous version using the outdated `::set-env` command which is disabled now. (See https://github.com/dlang-community/setup-dlang/issues/34) Co-authored-by: Andy McKay Co-authored-by: Josh Gross --- ci/d.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/d.yml b/ci/d.yml index 8ee1d1c..6086681 100644 --- a/ci/d.yml +++ b/ci/d.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: dlang-community/setup-dlang@7c3e57bdc1ff2d8994f00e61b3ef400e67d2d7ac + - uses: dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7 - name: 'Build & Test' run: |