File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
- python : 3.11
16
16
tox : codecov
17
17
steps :
18
- - uses : actions/checkout@v1
18
+ - uses : actions/checkout@v4
19
19
- name : Set up Python ${{ matrix.python }}
20
- uses : actions/setup-python@v1
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ${{ matrix.python }}
23
23
- name : Install dependencies
@@ -36,21 +36,21 @@ jobs:
36
36
steps :
37
37
38
38
- name : Check Out Repo
39
- uses : actions/checkout@v2
39
+ uses : actions/checkout@v4
40
40
41
41
- name : Login to Docker Hub
42
- uses : docker/login-action@v1
42
+ uses : docker/login-action@v3
43
43
with :
44
44
username : simhnna
45
45
password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
46
46
47
47
- name : Set up Docker Buildx
48
48
id : buildx
49
- uses : docker/setup-buildx-action@v1
49
+ uses : docker/setup-buildx-action@v3
50
50
51
51
- name : Build and push
52
52
id : docker_build
53
- uses : docker/build-push-action@v2
53
+ uses : docker/build-push-action@v6
54
54
with :
55
55
context : ./
56
56
file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments