Skip to content

Commit

Permalink
ci: upgrade Actions to use Node 20 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg authored May 20, 2024
1 parent b1100bc commit f869937
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
mongodb-port: [12345]

steps:
- uses: actions/checkout@v3
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.py-version-img[0] }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py-version-img[0] }}
- name: Install requirements
Expand Down Expand Up @@ -91,7 +92,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build & Publish image to DockerHub
env:
DOCKERHUB_ORG: ${{ secrets.DOCKERHUB_ORG }}
Expand Down

0 comments on commit f869937

Please sign in to comment.