File tree 1 file changed +3
-3
lines changed
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
6
6
RUN mkdir actions-runner
7
7
WORKDIR actions-runner
8
8
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 " && \
11
11
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 && \
12
12
echo "${GITHUB_RUNNER_VERSION_SHA} actions-runner-linux-x64-${GITHUB_RUNNER_VERSION}.tar.gz" | sha256sum -c && \
13
13
tar xzf ./actions-runner-linux-x64-${GITHUB_RUNNER_VERSION}.tar.gz && \
@@ -55,7 +55,7 @@ RUN apt-get update && apt-get -y install jq
55
55
56
56
# install yq from https://github.com/mikefarah/yq#install
57
57
58
- RUN YQ_VERSION="v4.28.2 " && \
58
+ RUN YQ_VERSION="v4.30.6 " && \
59
59
YQ_BINARY="yq_linux_amd64" && \
60
60
wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/${YQ_BINARY}.tar.gz -O - | tar xz && mv ${YQ_BINARY} /usr/bin/yq
61
61
You can’t perform that action at this time.
0 commit comments