From f1fa7ed3284f8a2c6a2b21f94eb44a6591379cb4 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Mon, 29 Jun 2020 11:44:45 -0400 Subject: [PATCH] Improve name of "Setup elixir" step in Elixir workflow --- ci/elixir.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/elixir.yml b/ci/elixir.yml index ac918c8..e15ba68 100644 --- a/ci/elixir.yml +++ b/ci/elixir.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup elixir + - name: Set up Elixir uses: actions/setup-elixir@v1 with: elixir-version: '1.9.4' # Define the elixir version [required]