Skip to content

Commit

Permalink
Update GitHub Actions Runner to 2.306.0 (iree-org#14352)
Browse files Browse the repository at this point in the history
  • Loading branch information
GMNGeoffrey authored Jul 10, 2023
1 parent 04beef2 commit 2f4d5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tools/github_actions/runner/gcp/create_templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ VERSION="${SHORT_REF}-${SUFFIX}"
if (( TESTING!=0 )); then
VERSION="${VERSION}-testing"
fi
GITHUB_RUNNER_VERSION="${GITHUB_RUNNER_VERSION:-2.304.0}"
GITHUB_RUNNER_ARCHIVE_DIGEST="${GITHUB_RUNNER_ARCHIVE_DIGEST:-292e8770bdeafca135c2c06cd5426f9dda49a775568f45fcc25cc2b576afc12f}"
GITHUB_RUNNER_VERSION="${GITHUB_RUNNER_VERSION:-2.306.0}"
GITHUB_RUNNER_ARCHIVE_DIGEST="${GITHUB_RUNNER_ARCHIVE_DIGEST:-b0a090336f0d0a439dac7505475a1fb822f61bbb36420c7b3b3fe6b1bdc4dbaa}"
GITHUB_TOKEN_PROXY_URL="${GITHUB_TOKEN_PROXY_URL:-https://ght-proxy-openxla-zbhz5clunq-ue.a.run.app}"

if (( TESTING_SELF_DELETER==1 )); then
Expand Down

0 comments on commit 2f4d5ac

Please sign in to comment.