Skip to content

Commit 980fffd

Browse files
authored
Fix setup-beam action vsn
1 parent 6011b8b commit 980fffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v3
3939
- name: Set up Elixir
40-
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
40+
uses: erlef/setup-beam@v1
4141
with:
4242
elixir-version: ${{ matrix.elixir-version }}
4343
otp-version: ${{ matrix.otp-version }}

0 commit comments

Comments
 (0)