Skip to content

Commit e62f333

Browse files
committed
Bump GitHub runner to v2.299.1
1 parent 903b16e commit e62f333

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

recipes/githubactions-alpine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
1818
- run: |
1919
mkdir actions-runner && cd actions-runner
20-
curl -Ls https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-linux-x64-2.297.0.tar.gz | tar xz
20+
curl -Ls https://github.com/actions/runner/releases/download/v2.299.1/actions-runner-linux-x64-2.299.1.tar.gz | tar xz
2121
2222
- run: poweroff
2323
continue_on_error: true

recipes/githubactions-ubuntu-22.04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
1111
- run: |
1212
mkdir actions-runner && cd actions-runner
13-
curl -Ls https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-linux-x64-2.297.0.tar.gz | tar xz
13+
curl -Ls https://github.com/actions/runner/releases/download/v2.299.1/actions-runner-linux-x64-2.299.1.tar.gz | tar xz
1414
1515
- run: poweroff
1616
continue_on_error: true

0 commit comments

Comments
 (0)