Skip to content

Commit 2792db9

Browse files
committed
feat: bump runner to 2.334.0 (Node 24 support)
1 parent 4c5d952 commit 2792db9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN cargo install tauri-cli --version "^2" --locked
3838

3939
# GitHub Actions Runner (as root for installdependencies, then chown)
4040
USER root
41-
ARG RUNNER_VERSION=2.325.0
41+
ARG RUNNER_VERSION=2.334.0
4242
RUN mkdir -p /actions-runner && cd /actions-runner \
4343
&& curl -sL "https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-x64-${RUNNER_VERSION}.tar.gz" | tar xz \
4444
&& ./bin/installdependencies.sh \

0 commit comments

Comments
 (0)