Skip to content

Commit 93b8d95

Browse files
authored
Merge pull request #189 from SAP-docs/workflow-runner-update
update workflow runner to ubuntu-22.04
2 parents 923f687 + 812fa63 commit 93b8d95

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/community-id-requester.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
env:
3131
LABEL: "contribution"
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-22.04
3333
if: contains(github.repositoryUrl, 'github.com') && github.event.label.name == 'contribution'
3434

3535
steps:

.github/workflows/disallowed-content-checks.yaml

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

2525
jobs:
2626
main:
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-22.04
2828
steps:
2929

3030
- id: token_gen
@@ -36,7 +36,7 @@ jobs:
3636

3737
- id: checkout
3838
name: Check out the repo
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v3
4040
with:
4141
token: ${{ steps.token_gen.outputs.app_token }}
4242

.github/workflows/markdown-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ on:
2222
jobs:
2323
main:
2424
if: contains(github.repositoryUrl, 'github.com')
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
steps:
2727

2828
- id: checkout_repo
2929
name: Check out the repository content
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131

3232
- id: check_files_changed
3333
uses: dorny/paths-filter@v2

.github/workflows/merged-pr-labeler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: contains(github.repositoryUrl, 'github.com') && github.event.pull_request.merged
2525
env:
2626
LABEL: "contribution"
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-22.04
2828

2929
steps:
3030

@@ -37,7 +37,7 @@ jobs:
3737

3838
- id: checkout
3939
name: Check out the repo
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v3
4141
with:
4242
token: ${{ steps.token_gen.outputs.app_token }}
4343

0 commit comments

Comments
 (0)