From 7db27ae4341b19a4ac3e1c2d7db0e34e56bb63e2 Mon Sep 17 00:00:00 2001 From: An Duong Date: Thu, 11 Mar 2021 09:40:49 +0700 Subject: [PATCH] Change to erlef/setup-elixir@v1 --- .github/workflows/publish_to_hex_pm.yml | 2 +- .github/workflows/test_api_variant_on_custom_api_project.yml | 2 +- .github/workflows/test_api_variant_on_standard_api_project.yml | 2 +- .../workflows/test_live_variant_on_custom_liveview_project.yml | 2 +- .../test_live_variant_on_standard_liveview_project.yml | 2 +- .github/workflows/test_release_version.yml | 2 +- .github/workflows/test_template.yml | 2 +- .github/workflows/test_variant_on_custom_project.yml | 2 +- .github/workflows/test_variant_on_standard_project.yml | 2 +- .../nimble.phx.gen.template/.github/workflows/test.yml.eex | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish_to_hex_pm.yml b/.github/workflows/publish_to_hex_pm.yml index 2336cdad..d5bc21a2 100644 --- a/.github/workflows/publish_to_hex_pm.yml +++ b/.github/workflows/publish_to_hex_pm.yml @@ -23,7 +23,7 @@ jobs: with: ref: ${{ github.event.workflow_run.head_branch || github.ref }} - - uses: actions/setup-elixir@v1 + - uses: erlef/setup-elixir@v1 with: otp-version: ${{ env.OTP_VERSION }} elixir-version: ${{ env.ELIXIR_VERSION }} diff --git a/.github/workflows/test_api_variant_on_custom_api_project.yml b/.github/workflows/test_api_variant_on_custom_api_project.yml index 8fcca83a..b17bec09 100644 --- a/.github/workflows/test_api_variant_on_custom_api_project.yml +++ b/.github/workflows/test_api_variant_on_custom_api_project.yml @@ -28,7 +28,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: actions/setup-elixir@v1 + - uses: erlef/setup-elixir@v1 with: otp-version: ${{ env.OTP_VERSION }} elixir-version: ${{ env.ELIXIR_VERSION }} diff --git a/.github/workflows/test_api_variant_on_standard_api_project.yml b/.github/workflows/test_api_variant_on_standard_api_project.yml index 3e3d347d..1b539f88 100644 --- a/.github/workflows/test_api_variant_on_standard_api_project.yml +++ b/.github/workflows/test_api_variant_on_standard_api_project.yml @@ -28,7 +28,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: actions/setup-elixir@v1 + - uses: erlef/setup-elixir@v1 with: otp-version: ${{ env.OTP_VERSION }} elixir-version: ${{ env.ELIXIR_VERSION }} diff --git a/.github/workflows/test_live_variant_on_custom_liveview_project.yml b/.github/workflows/test_live_variant_on_custom_liveview_project.yml index c6bcb97b..21d24aad 100644 --- a/.github/workflows/test_live_variant_on_custom_liveview_project.yml +++ b/.github/workflows/test_live_variant_on_custom_liveview_project.yml @@ -29,7 +29,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: actions/setup-elixir@v1 + - uses: erlef/setup-elixir@v1 with: otp-version: ${{ env.OTP_VERSION }} elixir-version: ${{ env.ELIXIR_VERSION }} diff --git a/.github/workflows/test_live_variant_on_standard_liveview_project.yml b/.github/workflows/test_live_variant_on_standard_liveview_project.yml index 0009af45..9768b3f5 100644 --- a/.github/workflows/test_live_variant_on_standard_liveview_project.yml +++ b/.github/workflows/test_live_variant_on_standard_liveview_project.yml @@ -29,7 +29,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: actions/setup-elixir@v1 + - uses: erlef/setup-elixir@v1 with: otp-version: ${{ env.OTP_VERSION }} elixir-version: ${{ env.ELIXIR_VERSION }} diff --git a/.github/workflows/test_release_version.yml b/.github/workflows/test_release_version.yml index 35e92efd..00ec56da 100644 --- a/.github/workflows/test_release_version.yml +++ b/.github/workflows/test_release_version.yml @@ -19,7 +19,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: actions/setup-elixir@v1 + - uses: erlef/setup-elixir@v1 with: otp-version: ${{ env.OTP_VERSION }} elixir-version: ${{ env.ELIXIR_VERSION }} diff --git a/.github/workflows/test_template.yml b/.github/workflows/test_template.yml index b352bbaf..1763d628 100644 --- a/.github/workflows/test_template.yml +++ b/.github/workflows/test_template.yml @@ -16,7 +16,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: actions/setup-elixir@v1 + - uses: erlef/setup-elixir@v1 with: otp-version: ${{ env.OTP_VERSION }} elixir-version: ${{ env.ELIXIR_VERSION }} diff --git a/.github/workflows/test_variant_on_custom_project.yml b/.github/workflows/test_variant_on_custom_project.yml index acf89cc2..338d4e61 100644 --- a/.github/workflows/test_variant_on_custom_project.yml +++ b/.github/workflows/test_variant_on_custom_project.yml @@ -33,7 +33,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: actions/setup-elixir@v1 + - uses: erlef/setup-elixir@v1 with: otp-version: ${{ env.OTP_VERSION }} elixir-version: ${{ env.ELIXIR_VERSION }} diff --git a/.github/workflows/test_variant_on_standard_project.yml b/.github/workflows/test_variant_on_standard_project.yml index 05ba5b9f..b1c19807 100644 --- a/.github/workflows/test_variant_on_standard_project.yml +++ b/.github/workflows/test_variant_on_standard_project.yml @@ -33,7 +33,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: actions/setup-elixir@v1 + - uses: erlef/setup-elixir@v1 with: otp-version: ${{ env.OTP_VERSION }} elixir-version: ${{ env.ELIXIR_VERSION }} diff --git a/priv/templates/nimble.phx.gen.template/.github/workflows/test.yml.eex b/priv/templates/nimble.phx.gen.template/.github/workflows/test.yml.eex index 5629fc6f..5ac67879 100644 --- a/priv/templates/nimble.phx.gen.template/.github/workflows/test.yml.eex +++ b/priv/templates/nimble.phx.gen.template/.github/workflows/test.yml.eex @@ -26,7 +26,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: actions/setup-elixir@v1 + - uses: erlef/setup-elixir@v1 with: otp-version: ${{ env.OTP_VERSION }} elixir-version: ${{ env.ELIXIR_VERSION }}