Skip to content

Commit

Permalink
Updated GH Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Feb 19, 2024
1 parent 66572a0 commit 94d56a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
image: erlang:${{ matrix.otp_version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Check rebar3 Version
run: DEBUG=1 rebar3 --version
- name: Compile
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
image: erlang:${{ matrix.otp_version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download rebar3
run: wget https://github.com/erlang/rebar3/releases/download/${{ matrix.rebar3-version }}/rebar3 && chmod 755 ./rebar3
- name: Update Path
Expand Down

0 comments on commit 94d56a0

Please sign in to comment.