From 576eaba790f11a57d4ea38ddb76ee1dbc23f4112 Mon Sep 17 00:00:00 2001 From: Geod24 Date: Thu, 4 Jun 2020 13:48:00 +0900 Subject: [PATCH] Github CI: Update action name It was moved to the dlang-community organization last night. --- .github/workflows/runnable_cxx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runnable_cxx.yml b/.github/workflows/runnable_cxx.yml index c934c6e52b..f0d9b6e2d2 100644 --- a/.github/workflows/runnable_cxx.yml +++ b/.github/workflows/runnable_cxx.yml @@ -140,7 +140,7 @@ jobs: # Setting up the host D compiler # ######################################## - name: Prepare compiler - uses: mihails-strasuns/setup-dlang@v1 + uses: dlang-community/setup-dlang@v1 with: # The host compiler does not matter too much, it is simply used for building DMD # Other CIs will test bootstrapping.