Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ghcr.io/actions/actions-runner Docker tag to v2.318.0 #9

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ghcr.io/actions/actions-runner final minor 2.317.0 -> 2.318.0

Release Notes

actions/runner (ghcr.io/actions/actions-runner)

v2.318.0

Compare Source

What's Changed

Full Changelog: actions/runner@v2.317.0...v2.318.0

Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners

Windows x64

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

##### Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner

##### Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.318.0/actions-runner-win-x64-2.318.0.zip -OutFile actions-runner-win-x64-2.318.0.zip

##### Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.318.0.zip", "$PWD")
[Pre-release] Windows arm64

Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

##### Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner

##### Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.318.0/actions-runner-win-arm64-2.318.0.zip -OutFile actions-runner-win-arm64-2.318.0.zip

##### Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.318.0.zip", "$PWD")
OSX x64
##### Create a folder
mkdir actions-runner && cd actions-runner

##### Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.318.0/actions-runner-osx-x64-2.318.0.tar.gz

##### Extract the installer
tar xzf ./actions-runner-osx-x64-2.318.0.tar.gz
OSX arm64 (Apple silicon)
##### Create a folder
mkdir actions-runner && cd actions-runner

##### Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.318.0/actions-runner-osx-arm64-2.318.0.tar.gz

##### Extract the installer
tar xzf ./actions-runner-osx-arm64-2.318.0.tar.gz
Linux x64
##### Create a folder
mkdir actions-runner && cd actions-runner

##### Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.318.0/actions-runner-linux-x64-2.318.0.tar.gz

##### Extract the installer
tar xzf ./actions-runner-linux-x64-2.318.0.tar.gz
Linux arm64
##### Create a folder
mkdir actions-runner && cd actions-runner

##### Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.318.0/actions-runner-linux-arm64-2.318.0.tar.gz

##### Extract the installer
tar xzf ./actions-runner-linux-arm64-2.318.0.tar.gz
Linux arm
##### Create a folder
mkdir actions-runner && cd actions-runner

##### Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.318.0/actions-runner-linux-arm-2.318.0.tar.gz

##### Extract the installer
tar xzf ./actions-runner-linux-arm-2.318.0.tar.gz
Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.318.0.zip 35e41033097bda057333718fd0a923650c505ed214437f89328b6c07dc25b45d
  • actions-runner-win-arm64-2.318.0.zip 56263cd9002c4b38d649cd6772cc5873e6df1c537c58af58b72cd7a5873b4ae3
  • actions-runner-osx-x64-2.318.0.tar.gz d5d5ae1138595063958ceb6141bb30fdfb63afe6a9859dee29f0fa56474bd386
  • actions-runner-osx-arm64-2.318.0.tar.gz 52c8b7200587e0d461e61657a20db2b798ef3c88e41ff1ee435b770cd648b41e
  • actions-runner-linux-x64-2.318.0.tar.gz 28ed88e4cedf0fc93201a901e392a70463dbd0213f2ce9d57a4ab495027f3e2f
  • actions-runner-linux-arm64-2.318.0.tar.gz c4d03f1fdfc74e4e29cc403917be2bb24a714740bd250401fba5a4670e2c6070
  • actions-runner-linux-arm-2.318.0.tar.gz 34e95530fc31c3678ead5a423414103fdf7513ed245268e6e741c94c55e653a1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot merged commit 61d4246 into main Jul 27, 2024
1 check passed
@renovate renovate bot deleted the renovate/ghcr.io-actions-actions-runner-2.x branch July 27, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants