From aff4d68a913b9aee5a620c4fb7f6049410ad7724 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 4 Feb 2024 10:03:04 +0100 Subject: [PATCH] CI - update actions version --- .github/workflows/.tests-javascript.yml | 4 ++-- .github/workflows/.tests-python.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/.tests-javascript.yml b/.github/workflows/.tests-javascript.yml index 8d80c77b..c0813851 100644 --- a/.github/workflows/.tests-javascript.yml +++ b/.github/workflows/.tests-javascript.yml @@ -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 diff --git a/.github/workflows/.tests-python.yml b/.github/workflows/.tests-python.yml index 7f37cae2..5b56ba2a 100644 --- a/.github/workflows/.tests-python.yml +++ b/.github/workflows/.tests-python.yml @@ -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