2626 - uses : actions/checkout@v4
2727
2828 - name : Set up Python
29- uses : actions/setup-python@v4
29+ uses : actions/setup-python@v5
3030 with :
31- python-version : 3.9
31+ python-version : ' 3.13 '
3232
3333 - name : Install dependencies
3434 run : |
4646 password : ${{ secrets.GITHUB_TOKEN }}
4747
4848 - name : Build
49- uses : docker/build-push-action@v5
49+ uses : docker/build-push-action@v6
5050 with :
5151 platforms : linux/amd64
5252 context : .
7575 - uses : actions/checkout@v4
7676
7777 - name : Set up Python
78- uses : actions/setup-python@v4
78+ uses : actions/setup-python@v5
7979 with :
80- python-version : ' 3.10 '
80+ python-version : ' 3.13 '
8181
8282 - name : Set up Docker Buildx
8383 uses : docker/setup-buildx-action@v3
@@ -90,14 +90,14 @@ jobs:
9090 password : ${{ secrets.GITHUB_TOKEN }}
9191
9292 - name : Configure AWS Credentials
93- uses : aws-actions/configure-aws-credentials@v1
93+ uses : aws-actions/configure-aws-credentials@v4
9494 with :
9595 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
9696 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
9797 aws-region : us-east-1
9898
9999 - name : Publish docker image
100- uses : docker/build-push-action@v5
100+ uses : docker/build-push-action@v6
101101 with :
102102 platforms : linux/amd64
103103 context : .
@@ -156,7 +156,7 @@ jobs:
156156 - uses : actions/checkout@v4
157157
158158 - name : Set up Python
159- uses : actions/setup-python@v4
159+ uses : actions/setup-python@v5
160160 with :
161161 python-version : ' 3.10'
162162
@@ -175,7 +175,7 @@ jobs:
175175 python scripts/list.py | jq > layer.json
176176
177177 - 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
179179 with :
180180 file-path : layer.json
181181 commit-msg : Update layer [skip ci]
0 commit comments