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 dependency actions/runner to v2.307.1 #61

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
actions/runner patch 2.307.0 -> 2.307.1

Release Notes

actions/runner (actions/runner)

v2.307.1

Compare Source

Bugs

  • Fixes if:cancelled() composite steps not running and normal composite steps not interrupting when the job is cancelled (#​2638)
  • Fix the bug causing double error reporting fix to remain inactive (#​2703)

Misc

  • Collect telemetry on GitHub-related HTTP requests (#​2691)

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.307.1/actions-runner-win-x64-2.307.1.zip -OutFile actions-runner-win-x64-2.307.1.zip

### Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.307.1.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.307.1/actions-runner-win-arm64-2.307.1.zip -OutFile actions-runner-win-arm64-2.307.1.zip

### Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.307.1.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.307.1/actions-runner-osx-x64-2.307.1.tar.gz

### Extract the installer
tar xzf ./actions-runner-osx-x64-2.307.1.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.307.1/actions-runner-osx-arm64-2.307.1.tar.gz

### Extract the installer
tar xzf ./actions-runner-osx-arm64-2.307.1.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.307.1/actions-runner-linux-x64-2.307.1.tar.gz

### Extract the installer
tar xzf ./actions-runner-linux-x64-2.307.1.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.307.1/actions-runner-linux-arm64-2.307.1.tar.gz

### Extract the installer
tar xzf ./actions-runner-linux-arm64-2.307.1.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.307.1/actions-runner-linux-arm-2.307.1.tar.gz

### Extract the installer
tar xzf ./actions-runner-linux-arm-2.307.1.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.307.1.zip d7ad12a75d2af7bda6e89c0406cfa61037d86c91d8c0b63526ac76a62eaca6cc

  • actions-runner-win-arm64-2.307.1.zip 428868b0a034b07ac0b0abd47dc3bbe7ef65361429c4aa46eaaddc8248dce438

  • actions-runner-osx-x64-2.307.1.tar.gz 7835fa206242ee8ec985a2124cd486a7ebaf4264e43948f20200095b19f32170

  • actions-runner-osx-arm64-2.307.1.tar.gz e80cc999df5a2214df6a72008442913a41e85bad0be6e6be0f22dbc03bbd054a

  • actions-runner-linux-x64-2.307.1.tar.gz 038c9e98b3912c5fd6d0b277f2e4266b2a10accc1ff8ff981b9971a8e76b5441

  • actions-runner-linux-arm64-2.307.1.tar.gz 01edc84342ef4128a8f19bc2f33709b40f2f1c40e250e2a4c5e0adf620044ab3

  • actions-runner-linux-arm-2.307.1.tar.gz dbf978d969f4101bcef40eac438a43a3a763720ad2ed06f3eecbbbce16126d79

  • actions-runner-win-x64-2.307.1-noexternals.zip dd3218239289fc3f4e5067e4f05ca987afdd1fa52d21e2775b791688c7dd65ea

  • actions-runner-win-arm64-2.307.1-noexternals.zip d015f839c85b33af00aa068b016312e4797cd9753ba54a1c46c9ea06e60faa67

  • actions-runner-osx-x64-2.307.1-noexternals.tar.gz e53dfcf0e19ccff14996f3cf95aa214ea4d236bad41b8d828b01da09033c75e7

  • actions-runner-osx-arm64-2.307.1-noexternals.tar.gz 512c39d4d03008989a427d10051e46797856245ee6924902941da403f10f3747

  • actions-runner-linux-x64-2.307.1-noexternals.tar.gz 2e4c06048edfa988b3dd6e16e1c74f5e9c2320bb7cd0f71c7305f400d6238f46

  • actions-runner-linux-arm64-2.307.1-noexternals.tar.gz 26e43578e7743234ce11a7c96b6269b92ef3de2746fde21bd40223cd0aa1bf5c

  • actions-runner-linux-arm-2.307.1-noexternals.tar.gz 5af958593c78ba21836d714895d40edf31107e226fc771327748deecace299b3

  • actions-runner-win-x64-2.307.1-noruntime.zip e9b43357abe78bd5277d77695747153c304bce8d87750e1b54a31106b0f62c8c

  • actions-runner-win-arm64-2.307.1-noruntime.zip a8e2c96acb625120bbb2c2f1a43181cb53ede25e8c780649918122dc42ea3411

  • actions-runner-osx-x64-2.307.1-noruntime.tar.gz 8d50786a1bac384824c0d4f240a9bcc67da70ad4537912c00e0cd146ae6c8f1e

  • actions-runner-osx-arm64-2.307.1-noruntime.tar.gz 3341d60c4798b9a400b294a65be1bc68aacdce7567124c733c78c2918bbed55f

  • actions-runner-linux-x64-2.307.1-noruntime.tar.gz 737f23a15d47b5fce2c096eb53c8414ee9b9254a9b30af33ad0a684e0b217443

  • actions-runner-linux-arm64-2.307.1-noruntime.tar.gz b8a39af975d246896cb527a0b360b8f2faffad20743b1cf1c925d5059e2e6d77

  • actions-runner-linux-arm-2.307.1-noruntime.tar.gz 903f9cdc87f898722d42d808ccd191e5275ce92b3297e176e7b87c6ed46f0c02

  • actions-runner-win-x64-2.307.1-noruntime-noexternals.zip 7287a3e920f2ef0f1bded86b9a2de0583628f4a82486bb02b59e5c91797880fa

  • actions-runner-win-arm64-2.307.1-noruntime-noexternals.zip 0d055b48213ce55dbea83e944e55fd974b9f57d1351e63b44a42d065f79d8e0d

  • actions-runner-osx-x64-2.307.1-noruntime-noexternals.tar.gz d1396fd3c77f5d91ff5550fec79307c96e808996d3068fce8bc25c4605637e59

  • actions-runner-osx-arm64-2.307.1-noruntime-noexternals.tar.gz f4734ecb06e3454a0b90c2f4f3312efc554410a1918e4c93e9165313eaff3fef

  • actions-runner-linux-x64-2.307.1-noruntime-noexternals.tar.gz 9654ebd4f3eaf14b8df96521c749d17fc4d253f428bab141749c678072c55933

  • actions-runner-linux-arm64-2.307.1-noruntime-noexternals.tar.gz e4b6e178ae4897e2bdd50cbbbae773199050387d94aa73d7ad363e71dac8b397

  • actions-runner-linux-arm-2.307.1-noruntime-noexternals.tar.gz ea48ae905acdf7138da1e860ddbe6fb656ffb0583a4a8d9af5a8d19f9b7474ab


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team and semnil and removed request for a team July 25, 2023 13:50
@semnil semnil merged commit d7628df into main Jul 26, 2023
4 checks passed
@semnil semnil deleted the renovate/actions-runner-2.x branch July 26, 2023 06:03
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.

1 participant