From 119a2e2cbb239dc930ee8e397118d60180fb4308 Mon Sep 17 00:00:00 2001 From: Harrison Nicholls Date: Wed, 30 Oct 2024 19:04:41 +0000 Subject: [PATCH] Workflow version --- .github/workflows/publish.yaml | 2 +- .github/workflows/tests.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9ab1d3c..61efe9f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,7 +15,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: '3.12' diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index eba41c3..83ed909 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v4 @@ -31,7 +31,7 @@ jobs: repository: 'nichollsh/SOCRATES' path: 'SOCRATES' - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache-socrates with: path: | @@ -54,7 +54,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache-virtualenv with: path: ${{ env.pythonLocation }} @@ -65,7 +65,7 @@ jobs: run: | python -m pip install -e .[develop] - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache-fwl-data with: path: /home/runner/work/fwl_data