Skip to content

Commit

Permalink
Update actions runner to 2.310.2 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 11, 2023
1 parent 22b6ae7 commit cbb2ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN sudo apt-key adv --refresh-keys --keyserver keyserver.ubuntu.com && \
rm -rf /var/cache/apt /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Update latest runner
ARG RUNNER_VERSION=2.310.0
ARG RUNNER_VERSION=2.310.2
RUN curl -sL "https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-x64-${RUNNER_VERSION}.tar.gz" | tar xzvC /home/runner && \
/home/runner/bin/installdependencies.sh

Expand Down

0 comments on commit cbb2ec4

Please sign in to comment.