Commit 174e241 1 parent 690682d commit 174e241 Copy full SHA for 174e241
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
steps :
7
7
- uses : actions/setup-python@v4
8
8
with :
9
- python-version : " 3.10 "
9
+ python-version : " 3.11 "
10
10
cache : " pip"
11
11
12
12
- run : pip install -r requirements_test.txt
Original file line number Diff line number Diff line change 8
8
name : Test
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
11
+ - uses : actions/checkout@v4
12
12
- uses : ./.github/workflows/composite/python-test
13
13
14
14
build :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Check out the repo
20
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Login to Docker Hub
23
23
uses : docker/#-action@v3
30
30
uses : docker/setup-buildx-action@v3
31
31
32
32
- name : Cache Docker layers
33
- uses : actions/cache@v3
33
+ uses : actions/cache@v4
34
34
with :
35
35
path : /tmp/.buildx-cache
36
36
key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 10
10
name : Test
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
13
+ - uses : actions/checkout@v4
14
14
- uses : ./.github/workflows/composite/python-test
You can’t perform that action at this time.
0 commit comments