Skip to content

Commit

Permalink
Update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 24ba925 commit 3bde7f0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test-download-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/upload-test-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
upload:
name: Upload
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Dump
run: |
Expand All @@ -27,7 +27,7 @@ jobs:

upload-multiple:
name: Upload Multiple
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Dump
run: |
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bde7f0

Please sign in to comment.