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.
2 parents cd60173 + 0661650 commit 871a3bfCopy full SHA for 871a3bf
.github/workflows/quality.yml
@@ -26,10 +26,10 @@ jobs:
26
otp-version: ${{ env.otp_version }}
27
28
- name: Checkout code
29
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
30
31
- name: 'Restore cache for deps/ and _build/ directories'
32
- uses: actions/cache@v3
+ uses: actions/cache@v4
33
with:
34
path: |
35
deps
.github/workflows/test.yml
@@ -60,10 +60,10 @@ jobs:
60
otp-version: ${{ matrix.otp }}
61
62
63
64
65
66
67
68
69
0 commit comments