Skip to content

Commit 9177010

Browse files
committed
Update GitHub Actions Runner from v2.329.0 to v2.330.0
* https://github.com/actions/runner/releases/tag/v2.330.0
1 parent 2fcaba7 commit 9177010

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.amd64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ LABEL org.opencontainers.image.title="github-runner"
99
LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner"
1010
LABEL org.opencontainers.image.vendor="Poseidon Labs"
1111

12-
ARG VERSION=2.329.0
12+
ARG VERSION=2.330.0
1313
ARG ARCH=x64
14-
ARG SHA=194f1e1e4bd02f80b7e9633fc546084d8d4e19f3928a324d512ea53430102e1d
14+
ARG SHA=af5c33fa94f3cc33b8e97937939136a6b04197e6dadfcfb3b6e33ae1bf41e79a
1515

1616
COPY scripts /scripts
1717
RUN /scripts/build

Dockerfile.arm64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ LABEL org.opencontainers.image.title="github-runner"
99
LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner"
1010
LABEL org.opencontainers.image.vendor="Poseidon Labs"
1111

12-
ARG VERSION=2.329.0
12+
ARG VERSION=2.330.0
1313
ARG ARCH=arm64
14-
ARG SHA=56768348b3d643a6a29d4ad71e9bdae0dc0ef1eb01afe0f7a8ee097b039bfaaf
14+
ARG SHA=9cb43527912086c7c8fb4119cb06409fcbcbd6f93a2d8507f30b07c495620f5c
1515

1616
COPY scripts /scripts
1717
RUN /scripts/build

0 commit comments

Comments
 (0)