Skip to content

Commit

Permalink
Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chiroptical committed Sep 3, 2024
1 parent 27e8a42 commit 593bf50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
otp-version: ${{ matrix.otp_version }}
rebar3-version: ${{ matrix.rebar3_version }}
- uses: actions/cache@v2
- uses: actions/cache@v4
name: Cache
with:
path: |
Expand Down Expand Up @@ -65,12 +65,12 @@ jobs:
rebar3_version: ['3.23']
os: [ubuntu-22.04]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version }}
rebar3-version: ${{ matrix.rebar3_version }}
- uses: actions/cache@v2
- uses: actions/cache@v4
name: Cache
with:
path: |
Expand Down

0 comments on commit 593bf50

Please sign in to comment.