diff --git a/.github/ci-setup-action/action.yml b/.github/ci-setup-action/action.yml index f0a035ddcd2..23116c899b9 100644 --- a/.github/ci-setup-action/action.yml +++ b/.github/ci-setup-action/action.yml @@ -42,7 +42,7 @@ runs: # permission issue with spot runners, simpler to leave out use-cache: false # NOTE also update in .github/spot-runner-action/src/userdata.ts - version: "v0.8.9" + version: "v0.8.10" - name: Setup Env shell: bash diff --git a/.github/spot-runner-action/dist/index.js b/.github/spot-runner-action/dist/index.js index 7ecbd8d91de..6d390638488 100644 --- a/.github/spot-runner-action/dist/index.js +++ b/.github/spot-runner-action/dist/index.js @@ -1026,7 +1026,7 @@ class UserData { `shutdown -P +${this.config.ec2InstanceTtl}`, `echo '{"default-address-pools":[{"base":"172.17.0.0/12","size":20}, {"base":"10.99.0.0/12","size":20}, {"base":"192.168.0.0/16","size":24}]}' > /etc/docker/daemon.json`, `sudo service docker restart`, - "sudo wget -q https://github.com/earthly/earthly/releases/download/v0.8.9/earthly-linux-$(dpkg --print-architecture) -O /usr/local/bin/earthly", + "sudo wget -q https://github.com/earthly/earthly/releases/download/v0.8.10/earthly-linux-$(dpkg --print-architecture) -O /usr/local/bin/earthly", "sudo chmod +x /usr/local/bin/earthly", "sudo apt install -y brotli", 'echo "MaxStartups 1000" >> /etc/ssh/sshd_config', diff --git a/.github/spot-runner-action/src/userdata.ts b/.github/spot-runner-action/src/userdata.ts index 5055ed867fc..8ff78513791 100644 --- a/.github/spot-runner-action/src/userdata.ts +++ b/.github/spot-runner-action/src/userdata.ts @@ -20,7 +20,7 @@ export class UserData { `shutdown -P +${this.config.ec2InstanceTtl}`, `echo '{"default-address-pools":[{"base":"172.17.0.0/12","size":20}, {"base":"10.99.0.0/12","size":20}, {"base":"192.168.0.0/16","size":24}]}' > /etc/docker/daemon.json`, `sudo service docker restart`, - "sudo wget -q https://github.com/earthly/earthly/releases/download/v0.8.9/earthly-linux-$(dpkg --print-architecture) -O /usr/local/bin/earthly", + "sudo wget -q https://github.com/earthly/earthly/releases/download/v0.8.10/earthly-linux-$(dpkg --print-architecture) -O /usr/local/bin/earthly", "sudo chmod +x /usr/local/bin/earthly", "sudo apt install -y brotli", 'echo "MaxStartups 1000" >> /etc/ssh/sshd_config',