CI - update actions version
This commit is contained in:
parent
0726aeb748
commit
aff4d68a91
4
.github/workflows/.tests-javascript.yml
vendored
4
.github/workflows/.tests-javascript.yml
vendored
@ -15,9 +15,9 @@ jobs:
|
||||
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.fork }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js 18.x
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "18.x"
|
||||
- name: Install yarn and dependencies
|
||||
|
10
.github/workflows/.tests-python.yml
vendored
10
.github/workflows/.tests-python.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
matrix:
|
||||
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Poetry and Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
@ -79,7 +79,7 @@ jobs:
|
||||
matrix:
|
||||
psql-version: [ "12", "13", "14", "16" ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Poetry and Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
@ -118,7 +118,7 @@ jobs:
|
||||
EMAIL_URL: "smtp://mailhog:1025"
|
||||
REDIS_URL: "redis://redis:6379"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Poetry and Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
@ -166,7 +166,7 @@ jobs:
|
||||
HOST: "0.0.0.0"
|
||||
PORT: 5000
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Update pip and install build
|
||||
run: python3 -m pip install --upgrade pip build
|
||||
- name: Create and source virtual environment
|
||||
@ -220,7 +220,7 @@ jobs:
|
||||
HOST: "0.0.0.0"
|
||||
PORT: 5000
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Update pip and install build
|
||||
run: python3 -m pip install --upgrade pip build
|
||||
- name: Create and source virtual environment
|
||||
|
Loading…
Reference in New Issue
Block a user