From 980fffd5c216ed0d70ca2c4f77621d030f62af16 Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Thu, 11 Apr 2024 17:28:28 -0600 Subject: [PATCH] Fix setup-beam action vsn --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06809bd..c5c4aae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Elixir - uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f + uses: erlef/setup-beam@v1 with: elixir-version: ${{ matrix.elixir-version }} otp-version: ${{ matrix.otp-version }}