File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
steps :
33
33
- name : gather-system-info
34
34
id : system-info
35
- uses : kenchan0130/actions-system-info@v1.3.1
35
+ uses : kenchan0130/actions-system-info@v1.4.0
36
36
continue-on-error : true
37
37
- name : print-system-info
38
38
run : |
56
56
done
57
57
continue-on-error : true
58
58
- name : checkout
59
- uses : actions/checkout@v4
59
+ uses : actions/checkout@v5
60
60
- name : Unshallow
61
61
run : |
62
62
git fetch --prune --unshallow
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ARG YQ_VERSION=v4.47.1
29
29
# renovate: datasource=github-releases depName=getsops/sops
30
30
ARG SOPS_VERSION=v3.10.2
31
31
# renovate: datasource=github-tags depName=aws/aws-cli
32
- ARG AWSCLI_VERSION=2.28.14
32
+ ARG AWSCLI_VERSION=2.28.16
33
33
34
34
ENV DEBIAN_FRONTEND=noninteractive
35
35
RUN apt-get update -y \
You can’t perform that action at this time.
0 commit comments