Browse Source

Update dependency ubuntu to v22 (#183)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/189/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
62d1bf7c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/lint-ci.yml
  2. 16
      .github/workflows/test-download-artifacts.yml
  3. 6
      .github/workflows/upload-test-artifacts.yml
  4. 2
      .github/workflows/workflow-linter.yml

2
.github/workflows/lint-ci.yml

@ -11,7 +11,7 @@ on: @@ -11,7 +11,7 @@ on:
jobs:
CI:
name: CI
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

16
.github/workflows/test-download-artifacts.yml

@ -13,7 +13,7 @@ on: @@ -13,7 +13,7 @@ on:
jobs:
download-latest:
name: Download Latest
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
@ -33,7 +33,7 @@ jobs: @@ -33,7 +33,7 @@ jobs:
download-master:
name: Download master
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
@ -54,7 +54,7 @@ jobs: @@ -54,7 +54,7 @@ jobs:
download-branch:
name: Download current branch
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
@ -80,7 +80,7 @@ jobs: @@ -80,7 +80,7 @@ jobs:
download-pr:
name: Download Pull Request
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.ref != 'refs/heads/master'
steps:
- name: Checkout
@ -102,7 +102,7 @@ jobs: @@ -102,7 +102,7 @@ jobs:
download-all:
name: Download All
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
@ -122,7 +122,7 @@ jobs: @@ -122,7 +122,7 @@ jobs:
download-multiple:
name: Download Multiple
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
@ -143,7 +143,7 @@ jobs: @@ -143,7 +143,7 @@ jobs:
download-wildcard:
name: Download Wildcard
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
@ -163,7 +163,7 @@ jobs: @@ -163,7 +163,7 @@ jobs:
download-conclusion:
name: Download Conclusion
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

6
.github/workflows/upload-test-artifacts.yml

@ -11,7 +11,7 @@ on: @@ -11,7 +11,7 @@ on:
jobs:
upload:
name: Upload
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Dump
run: |
@ -27,7 +27,7 @@ jobs: @@ -27,7 +27,7 @@ jobs:
upload-multiple:
name: Upload Multiple
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Dump
run: |
@ -50,7 +50,7 @@ jobs: @@ -50,7 +50,7 @@ jobs:
upload-multiple-wildcard-test:
name: Upload Multiple Wildcard Test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Dump
run: |

2
.github/workflows/workflow-linter.yml

@ -10,7 +10,7 @@ on: @@ -10,7 +10,7 @@ on:
jobs:
lint:
name: "Workflow Linter"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout Branch
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

Loading…
Cancel
Save