aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-02-26 13:43:27 +0100
committerLoïc Hoguin <[email protected]>2024-02-26 13:43:27 +0100
commitf6269569b05532e93f7d4ede342b351dc3158c6f (patch)
tree2f62aece217279a7e947012a91b61a696bd43484
parent2c340695802b87339721556e2d31c7e985f5724b (diff)
downloadci.erlang.mk-f6269569b05532e93f7d4ede342b351dc3158c6f.tar.gz
ci.erlang.mk-f6269569b05532e93f7d4ede342b351dc3158c6f.tar.bz2
ci.erlang.mk-f6269569b05532e93f7d4ede342b351dc3158c6f.zip
Use setup-beam v1
Now that the issue is fixed.
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index bd66db7..5376108 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -110,7 +110,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Erlang/OTP
- uses: erlef/setup-beam@726c8cb9ac7b8d1ddf4353389e349f585ebfff91
+ uses: erlef/setup-beam@v1
with:
otp-version: '${{ matrix.erlang }}'
version-type: loose