Merge pull request #409 from SamR1/update-ci-actions

CI - update actions version
This commit is contained in:
Sam 2023-07-29 19:04:08 +02:00 committed by GitHub
commit f6adb92b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -13,9 +13,9 @@ jobs:
javascript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js 17.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "17.x"
- name: Install yarn and dependencies

View File

@ -34,7 +34,7 @@ jobs:
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Poetry and Dependencies
run: |
python -m pip install --upgrade pip
@ -76,7 +76,7 @@ jobs:
matrix:
psql-version: [ "11", "12", "13", "14" ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Poetry and Dependencies
run: |
python -m pip install --upgrade pip
@ -114,7 +114,7 @@ jobs:
EMAIL_URL: "smtp://mailhog:1025"
REDIS_URL: "redis://redis:6379"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Poetry and Dependencies
run: |
python -m pip install --upgrade pip
@ -161,7 +161,7 @@ jobs:
HOST: "0.0.0.0"
PORT: 5000
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Update pip and install build
run: python3 -m pip install --upgrade pip build
- name: Create and source virtual environment