Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 7bc73dc

Browse files
committed
Bump to 2.292.0 and add tests for disableupdate
1 parent bff88fd commit 7bc73dc

File tree

3 files changed

+77
-67
lines changed

3 files changed

+77
-67
lines changed

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You can find latest versions [here](https://github.com/actions/runner/releases)
8383
**Example**:
8484

8585
```
86-
2.272.0
86+
2.292.0
8787
```
8888

8989
##### `repository_url`

data/common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
github_actions_runner::ensure: present
33
github_actions_runner::base_dir_name: '/some_dir/actions-runner'
44
github_actions_runner::package_name: 'actions-runner-linux-x64'
5-
github_actions_runner::package_ensure: '2.272.0'
5+
github_actions_runner::package_ensure: '2.292.0'
66
github_actions_runner::repository_url: 'https://github.com/actions/runner/releases/download'
77
github_actions_runner::personal_access_token: 'PAT'
88
github_actions_runner::user: 'root'

0 commit comments

Comments
 (0)