Skip to content

Commit 871a3bf

Browse files
authored
Merge pull request #167 from tompave/ci_updates
Update GH Actions to use Node.js 20
2 parents cd60173 + 0661650 commit 871a3bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
otp-version: ${{ env.otp_version }}
2727

2828
- name: Checkout code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: 'Restore cache for deps/ and _build/ directories'
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: |
3535
deps

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
otp-version: ${{ matrix.otp }}
6161

6262
- name: Checkout code
63-
uses: actions/checkout@v3
63+
uses: actions/checkout@v4
6464

6565
- name: 'Restore cache for deps/ and _build/ directories'
66-
uses: actions/cache@v3
66+
uses: actions/cache@v4
6767
with:
6868
path: |
6969
deps

0 commit comments

Comments
 (0)