CI - update actions version

This commit is contained in:
Sam 2024-02-04 10:03:04 +01:00
parent 0726aeb748
commit aff4d68a91
2 changed files with 7 additions and 7 deletions

View File

@ -15,9 +15,9 @@ jobs:
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.fork }} if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.fork }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Use Node.js 18.x - name: Use Node.js 18.x
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: "18.x" node-version: "18.x"
- name: Install yarn and dependencies - name: Install yarn and dependencies

View File

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