File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ RUN apt-get update && apt-get install -y curl
66RUN mkdir actions-runner
77WORKDIR actions-runner
88
9- RUN GITHUB_RUNNER_VERSION="2.298.2 " && \
10- GITHUB_RUNNER_VERSION_SHA="0bfd792196ce0ec6f1c65d2a9ad00215b2926ef2c416b8d97615265194477117 " && \
9+ RUN GITHUB_RUNNER_VERSION="2.299.1 " && \
10+ GITHUB_RUNNER_VERSION_SHA="147c14700c6cb997421b9a239c012197f11ea9854cd901ee88ead6fe73a72c74 " && \
1111 curl -o actions-runner-linux-x64-${GITHUB_RUNNER_VERSION}.tar.gz -L https://github.com/actions/runner/releases/download/v${GITHUB_RUNNER_VERSION}/actions-runner-linux-x64-${GITHUB_RUNNER_VERSION}.tar.gz && \
1212 echo "${GITHUB_RUNNER_VERSION_SHA} actions-runner-linux-x64-${GITHUB_RUNNER_VERSION}.tar.gz" | sha256sum -c && \
1313 tar xzf ./actions-runner-linux-x64-${GITHUB_RUNNER_VERSION}.tar.gz && \
@@ -55,7 +55,7 @@ RUN apt-get update && apt-get -y install jq
5555
5656# install yq from https://github.com/mikefarah/yq#install
5757
58- RUN YQ_VERSION="v4.28.2 " && \
58+ RUN YQ_VERSION="v4.30.6 " && \
5959 YQ_BINARY="yq_linux_amd64" && \
6060 wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/${YQ_BINARY}.tar.gz -O - | tar xz && mv ${YQ_BINARY} /usr/bin/yq
6161
You can’t perform that action at this time.
0 commit comments