Skip to content

Commit b6ac24b

Browse files
chore: update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c5372d commit b6ac24b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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: |

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- ubuntu-latest
1616
steps:
1717
- name: Close stale issues and PRs
18-
uses: actions/stale@v9.1.0
18+
uses: actions/stale@v10.1.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"

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Adapted from https://github.com/actions/runner/blob/main/images/Dockerfile
2-
FROM ubuntu:25.10 AS build
2+
FROM ubuntu:questing-20251007 AS build
33

44
ARG TARGETOS
55
ARG TARGETARCH
@@ -36,7 +36,7 @@ RUN export RUNNER_ARCH=${TARGETARCH} \
3636
"https://github.com/docker/buildx/releases/download/v${BUILDX_VERSION}/buildx-v${BUILDX_VERSION}.linux-${TARGETARCH}" \
3737
&& chmod +x /usr/local/lib/docker/cli-plugins/docker-buildx
3838

39-
FROM ubuntu:25.10 AS actions-runner
39+
FROM ubuntu:questing-20251007 AS actions-runner
4040

4141
ARG TARGETARCH
4242

@@ -47,7 +47,7 @@ ARG YQ_VERSION=v4.48.1
4747
# renovate: datasource=github-releases depName=getsops/sops
4848
ARG SOPS_VERSION=v3.11.0
4949
# renovate: datasource=github-tags depName=aws/aws-cli
50-
ARG AWSCLI_VERSION=2.31.16
50+
ARG AWSCLI_VERSION=2.31.17
5151

5252
ENV DEBIAN_FRONTEND=noninteractive
5353
ENV RUNNER_MANUALLY_TRAP_SIG=1

0 commit comments

Comments
 (0)