Skip to content

Commit 7d6c3e4

Browse files
chore: bump erlef/setup-beam from 1 to 1.24.0 in the github-actions group (#47)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c54b3fc commit 7d6c3e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install inotify-tools
2222
run: sudo apt-get install -y inotify-tools
2323
- name: Use Elixir
24-
uses: erlef/setup-beam@v1
24+
uses: erlef/setup-beam@v1.24.0
2525
id: beam
2626
with:
2727
version-file: .tool-versions

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install inotify-tools
2424
run: sudo apt-get install -y inotify-tools
2525
- name: Use Elixir
26-
uses: erlef/setup-beam@v1
26+
uses: erlef/setup-beam@v1.24.0
2727
id: beam
2828
with:
2929
version-file: .tool-versions

0 commit comments

Comments
 (0)