Skip to content

Commit 0530ea0

Browse files
chore(deps): update erlef/setup-beam action to v1.20.1 (#29)
1 parent 4559fec commit 0530ea0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
ref: ${{ github.head_ref }}
2121
- name: Set up Elixir
22-
uses: erlef/setup-beam@8aa8a857c6be0daae6e97272bb299d5b942675a4 # v1.19.0
22+
uses: erlef/setup-beam@75edbb82877ab10edeb12a99c3cf2f0909f3dc87 # v1.20.1
2323
with:
2424
elixir-version: '1.17.3' # [Required] Define the Elixir version
2525
otp-version: '27.0' # [Required] Define the Erlang/OTP version

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up Elixir
24-
uses: erlef/setup-beam@8aa8a857c6be0daae6e97272bb299d5b942675a4 # v1.19.0
24+
uses: erlef/setup-beam@75edbb82877ab10edeb12a99c3cf2f0909f3dc87 # v1.20.1
2525
with:
2626
elixir-version: '1.17.3' # [Required] Define the Elixir version
2727
otp-version: '27.0' # [Required] Define the Erlang/OTP version

0 commit comments

Comments
 (0)