Skip to content

Commit 3781afe

Browse files
Jonsy13git
andauthored
Updated Runner Type for Ubuntu to latest under github-pages build pipeline (#5249)
* Added fixes Signed-off-by: git <[email protected]> * Added fixes Signed-off-by: git <[email protected]> --------- Signed-off-by: git <[email protected]> Co-authored-by: git <[email protected]>
1 parent be0d53b commit 3781afe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
tests:
8585
if: contains(github.event.comment.html_url, '/pull/') && startsWith(github.event.comment.body, '/run-e2e')
8686
needs: [docker-build-image]
87-
runs-on: ubuntu-18.04
87+
runs-on: ubuntu-latest
8888
steps:
8989
- name: Checkout litmus-E2E Repository
9090
uses: actions/checkout@v4

.github/workflows/gh-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Setup Python
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v6
1515
with:
1616
python-version: 3.x
1717
- name: build docs

0 commit comments

Comments
 (0)