File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
12
12
- name : Check out the repo
13
- uses : actions/checkout@v4.0.0
13
+ uses : actions/checkout@v4.2.2
14
14
with :
15
15
token : ${{ secrets.WORKFLOW_TOKEN }}
16
16
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : " Check out the repo"
11
- uses : actions/checkout@v4.0.0
11
+ uses : actions/checkout@v4.2.2
12
12
13
13
- name : " Log in to Docker Hub"
14
- uses : docker/login-action@v2.2 .0
14
+ uses : docker/login-action@v3.3 .0
15
15
with :
16
16
username : ${{ secrets.DOCKERHUB_USERNAME }}
17
17
password : ${{ secrets.DOCKERHUB_TOKEN }}
18
18
19
19
- name : " Extract metadata (tags, labels) for Docker"
20
20
id : meta
21
- uses : docker/metadata-action@v4 .6.0
21
+ uses : docker/metadata-action@v5 .6.1
22
22
with :
23
23
images : jmlemetayer/abba
24
24
flavor : |
25
25
latest=true
26
26
27
27
- name : " Build and push Docker image"
28
- uses : docker/build-push-action@v4.2.1
28
+ uses : docker/build-push-action@v6.13.0
29
29
with :
30
30
context : docker
31
31
push : true
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : " Check out the repo"
14
- uses : actions/checkout@v4.0.0
14
+ uses : actions/checkout@v4.2.2
15
15
16
16
- name : " Setup python"
17
- uses : actions/setup-python@v4.7 .0
17
+ uses : actions/setup-python@v5.3 .0
18
18
with :
19
19
python-version : 3.8
20
20
21
21
- name : " Install Python dependencies"
22
- uses : py-actions/py-dependency-install@v4.0 .0
22
+ uses : py-actions/py-dependency-install@v4.1 .0
23
23
with :
24
24
path : " tools/dependencies/requirements.txt"
25
25
30
30
./tools/dependencies/update_dependencies
31
31
32
32
- name : " Create Pull Request"
33
- uses : peter-evans/create-pull-request@v5 .0.2
33
+ uses : peter-evans/create-pull-request@v7 .0.6
34
34
with :
35
35
title : " Update dependencies"
36
36
body : " ABBA dependency updates"
You can’t perform that action at this time.
0 commit comments