File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 steps :
3232 - name : gather-system-info
3333 id : system-info
34- uses : kenchan0130/actions-system-info@v1.3.1
34+ uses : kenchan0130/actions-system-info@v1.4.0
3535 continue-on-error : true
3636 - name : print-system-info
3737 run : |
Original file line number Diff line number Diff line change 1515 - ubuntu-latest
1616 steps :
1717 - name : Close stale issues and PRs
18- uses : actions/stale@v9.1 .0
18+ uses : actions/stale@v10.0 .0
1919 with :
2020 close-issue-message : This issue was closed because it has been stalled for 7 days with no activity.
2121 days-before-issue-close : " 5"
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ FROM ghcr.io/actions/actions-runner:2.328.0 AS actions-runner
33# renovate: datasource=github-releases depName=google/go-containerregistry
44ARG CRANE_VERSION=v0.20.6
55# renovate: datasource=github-releases depName=mikefarah/yq
6- ARG YQ_VERSION=v4.47.1
6+ ARG YQ_VERSION=v4.47.2
77# renovate: datasource=github-releases depName=getsops/sops
8- ARG SOPS_VERSION=v3.10.2
8+ ARG SOPS_VERSION=v3.11.0
99# renovate: datasource=github-tags depName=aws/aws-cli
10- ARG AWSCLI_VERSION=2.28.14
10+ ARG AWSCLI_VERSION=2.31.6
1111
1212USER root
1313
You can’t perform that action at this time.
0 commit comments