26
26
- uses : actions/checkout@v4
27
27
28
28
- name : Set up Python
29
- uses : actions/setup-python@v4
29
+ uses : actions/setup-python@v5
30
30
with :
31
- python-version : 3.9
31
+ python-version : ' 3.13 '
32
32
33
33
- name : Install dependencies
34
34
run : |
46
46
password : ${{ secrets.GITHUB_TOKEN }}
47
47
48
48
- name : Build
49
- uses : docker/build-push-action@v5
49
+ uses : docker/build-push-action@v6
50
50
with :
51
51
platforms : linux/amd64
52
52
context : .
75
75
- uses : actions/checkout@v4
76
76
77
77
- name : Set up Python
78
- uses : actions/setup-python@v4
78
+ uses : actions/setup-python@v5
79
79
with :
80
- python-version : ' 3.10 '
80
+ python-version : ' 3.13 '
81
81
82
82
- name : Set up Docker Buildx
83
83
uses : docker/setup-buildx-action@v3
@@ -90,14 +90,14 @@ jobs:
90
90
password : ${{ secrets.GITHUB_TOKEN }}
91
91
92
92
- name : Configure AWS Credentials
93
- uses : aws-actions/configure-aws-credentials@v1
93
+ uses : aws-actions/configure-aws-credentials@v4
94
94
with :
95
95
aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
96
96
aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
97
97
aws-region : us-east-1
98
98
99
99
- name : Publish docker image
100
- uses : docker/build-push-action@v5
100
+ uses : docker/build-push-action@v6
101
101
with :
102
102
platforms : linux/amd64
103
103
context : .
@@ -156,7 +156,7 @@ jobs:
156
156
- uses : actions/checkout@v4
157
157
158
158
- name : Set up Python
159
- uses : actions/setup-python@v4
159
+ uses : actions/setup-python@v5
160
160
with :
161
161
python-version : ' 3.10'
162
162
@@ -175,7 +175,7 @@ jobs:
175
175
python scripts/list.py | jq > layer.json
176
176
177
177
- name : Update resources
178
- uses : test-room-7/action-update-file@v1.8 .0
178
+ uses : test-room-7/action-update-file@v2.0 .0
179
179
with :
180
180
file-path : layer.json
181
181
commit-msg : Update layer [skip ci]
0 commit comments