From 51ec9acbde9fade78769307cc6675f6e39358691 Mon Sep 17 00:00:00 2001 From: Geod24 Date: Tue, 17 Nov 2020 13:04:19 +0100 Subject: [PATCH] ci/d: Use version instead of hash There are plenty of other actions in this repository using a version that is not certified by Github. The disclaimer makes this obvious. The action in question is not simply a user's action, but maintained by dlang-community, which is overseen by the D Language Foundation. The recent set of changes to actions means that this workflow is currently broken, as it was previously using add-path and set-env. Keeping on upgrading the hash will provide a terrible user experience, as it is likely to be forgotten, and will also require user-intervention when another set of change breaks this action, hence why this updates the hash to a version instead of changing it to the latest hash. --- ci/d.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/d.yml b/ci/d.yml index 6086681203..27035b3f1f 100644 --- a/ci/d.yml +++ b/ci/d.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7 + - uses: dlang-community/setup-dlang@v1 - name: 'Build & Test' run: |