From 5b8495ad8a69be35d52def9916fb7c30be7dbb81 Mon Sep 17 00:00:00 2001 From: Tobias Reiher <15232394+treiher@users.noreply.github.com> Date: Sat, 13 Apr 2024 19:02:04 +0200 Subject: [PATCH] Update actions in tests workflow --- .github/workflows/tests.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 53584bb..7178f07 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: name: General Checks runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Poetry run: | pipx install poetry==${{ env.POETRY_VERSION }} @@ -38,7 +38,7 @@ jobs: name: Frontend Checks runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Poetry run: | pipx install poetry==${{ env.POETRY_VERSION }} @@ -60,7 +60,7 @@ jobs: python-version: ["3.9", "3.10", "3.11", "3.12"] target: [black, ruff, mypy] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Poetry run: | pipx install poetry==${{ env.POETRY_VERSION }} @@ -84,7 +84,7 @@ jobs: matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Poetry run: | pipx install poetry==${{ env.POETRY_VERSION }} @@ -113,7 +113,7 @@ jobs: name: Frontend Tests runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Poetry run: | pipx install poetry==${{ env.POETRY_VERSION }} @@ -134,7 +134,7 @@ jobs: matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Poetry run: | pipx install poetry==${{ env.POETRY_VERSION }} @@ -155,7 +155,7 @@ jobs: name: End-to-End Tests runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Poetry run: | pipx install poetry==${{ env.POETRY_VERSION }} @@ -188,7 +188,7 @@ jobs: env: PYTHON_VERSION: "3.x" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Poetry run: | pipx install poetry==${{ env.POETRY_VERSION }} @@ -221,7 +221,7 @@ jobs: if: ${{ github.event_name == 'schedule' }} runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ env.PYTHON_VERSION }} uses: actions/setup-python@v5 with: