Skip to content

Commit 5cd6d6c

Browse files
committed
Update CI actions to use node 20
1 parent c6f146a commit 5cd6d6c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Cache commons
7171
id: commons
72-
uses: actions/cache@v3
72+
uses: actions/cache@v4
7373
with:
7474
path: dist/
7575
key: commons-${{ github.sha }}
@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions/checkout@v4
9090

9191
- name: Set up Python
92-
uses: actions/setup-python@v4
92+
uses: actions/setup-python@v5
9393
with:
9494
python-version: "3.12"
9595

@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Get commons from cache
126126
id: commons
127-
uses: actions/cache@v3
127+
uses: actions/cache@v4
128128
with:
129129
path: dist/
130130
key: commons-${{ github.sha }}
@@ -165,7 +165,7 @@ jobs:
165165

166166
- name: Get commons from cache
167167
id: commons
168-
uses: actions/cache@v3
168+
uses: actions/cache@v4
169169
with:
170170
path: dist/
171171
key: commons-${{ github.sha }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Set up Python
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.x'
1919

0 commit comments

Comments
 (0)