Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit 521e69a

Browse files
committed
Adjusted workflow versions
1 parent f6f4ca7 commit 521e69a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
wget 'https://github.com/fwup-home/fwup/releases/download/v1.8.4/fwup_1.8.4_amd64.deb'
2222
sudo dpkg -i ./*.deb
2323
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
- uses: erlef/setup-beam@v1
2626
with:
27-
otp-version: '23.3'
28-
elixir-version: '1.12.0'
27+
otp-version: '25'
28+
elixir-version: '1.13.4'
2929

3030
- name: Prepare Nerves
3131
run: |

0 commit comments

Comments
 (0)