Skip to content

Commit

Permalink
Adjusted workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrusme committed Dec 17, 2022
1 parent f6f4ca7 commit 521e69a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
wget 'https://github.com/fwup-home/fwup/releases/download/v1.8.4/fwup_1.8.4_amd64.deb'
sudo dpkg -i ./*.deb
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: '23.3'
elixir-version: '1.12.0'
otp-version: '25'
elixir-version: '1.13.4'

- name: Prepare Nerves
run: |
Expand Down

0 comments on commit 521e69a

Please sign in to comment.