We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40239b8 commit b344566Copy full SHA for b344566
.github/workflows/erlang.yml
@@ -10,12 +10,12 @@ jobs:
10
11
build:
12
13
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
14
15
strategy:
16
matrix:
17
otp: ["25", "26", "27"]
18
- rebar: ["3.23"]
+ rebar: ["3.24"]
19
20
steps:
21
- uses: actions/checkout@v3
@@ -25,7 +25,7 @@ jobs:
25
otp-version: ${{matrix.otp}}
26
rebar3-version: ${{matrix.rebar}}
27
- name: Restore _build
28
- uses: actions/cache@v3
+ uses: actions/cache@v4
29
with:
30
path: _build
31
key: "_build-cache-for
@@ -34,7 +34,7 @@ jobs:
34
-rebar3-${{steps.setup-beam.outputs.rebar3-version}}
35
-hash-${{hashFiles('rebar.lock')}}"
36
- name: Restore rebar3's cache
37
38
39
path: ~/.cache/rebar3
40
key: "rebar3-cache-for
0 commit comments