Skip to content

Commit 174e241

Browse files
committed
ci: use python 3.11 to run tests
1 parent 690682d commit 174e241

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/composite/python-test/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77
- uses: actions/setup-python@v4
88
with:
9-
python-version: "3.10"
9+
python-version: "3.11"
1010
cache: "pip"
1111

1212
- run: pip install -r requirements_test.txt

.github/workflows/docker.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Test
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
11+
- uses: actions/checkout@v4
1212
- uses: ./.github/workflows/composite/python-test
1313

1414
build:
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out the repo
20-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
20+
uses: actions/checkout@v4
2121

2222
- name: Login to Docker Hub
2323
uses: docker/#-action@v3
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/setup-buildx-action@v3
3131

3232
- name: Cache Docker layers
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: /tmp/.buildx-cache
3636
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
name: Test
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
13+
- uses: actions/checkout@v4
1414
- uses: ./.github/workflows/composite/python-test

0 commit comments

Comments
 (0)