From 474a7f1920a5f0921b5aea5b95d34e2eab2b0857 Mon Sep 17 00:00:00 2001 From: Abhishek Dasgupta <abhishek.dasgupta@dtc.ox.ac.uk> Date: Mon, 24 Jun 2024 19:54:51 +0100 Subject: [PATCH] ci: rename test.yml -> tests.yml Matches file path of tests.yml in the workflow file Bumps setup-python to v5 --- .github/workflows/{test.yml => tests.yml} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename .github/workflows/{test.yml => tests.yml} (94%) diff --git a/.github/workflows/test.yml b/.github/workflows/tests.yml similarity index 94% rename from .github/workflows/test.yml rename to .github/workflows/tests.yml index d7cb602..0fd4a64 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,3 @@ - name: tests on: @@ -22,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python 3.11 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" - name: Install dependencies