Skip to content

Commit f869937

Browse files
authored
ci: upgrade Actions to use Node 20 (#236)
1 parent b1100bc commit f869937

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/checks.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
mongodb-port: [12345]
2929

3030
steps:
31-
- uses: actions/checkout@v3
31+
- name: Checkout Repository
32+
uses: actions/checkout@v4
3233
- name: Set up Python ${{ matrix.py-version-img[0] }}
33-
uses: actions/setup-python@v4
34+
uses: actions/setup-python@v5
3435
with:
3536
python-version: ${{ matrix.py-version-img[0] }}
3637
- name: Install requirements
@@ -91,7 +92,7 @@ jobs:
9192

9293
steps:
9394
- name: Checkout Repository
94-
uses: actions/checkout@v3
95+
uses: actions/checkout@v4
9596
- name: Build & Publish image to DockerHub
9697
env:
9798
DOCKERHUB_ORG: ${{ secrets.DOCKERHUB_ORG }}

0 commit comments

Comments
 (0)