Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Aug 30, 2023
1 parent bb62a8a commit 27660b3
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
build-and-push:
timeout-minutes: 45
environment: release-base-images
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout default branch (trusted)
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
image-digests:
name: Display Digests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: build-and-push
steps:
- name: Downloading Image Digests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-images-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:
jobs:
build-and-push:
environment: release-beta-images
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:

image-digests:
name: Display Digests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: build-and-push
steps:
- name: Downloading Image Digests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-images-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:

jobs:
build-and-push-prs:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
image-digests:
if: ${{ always() }}
name: Display Digests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: build-and-push-prs
steps:
- name: Downloading Image Digests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-images-hotfixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
build-and-push:
environment: release-developer-images
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:

image-digests:
name: Display Digests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: build-and-push
steps:
- name: Downloading Image Digests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-images-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
build-and-push:
environment: release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:

image-digests:
name: Display Digests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: build-and-push
steps:
- name: Getting image tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
container-scan:
if: github.repository_owner == 'cilium'
name: scan-container
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
image: [
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
check_changes:
name: Deduce required tests from code changes
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
docs-tree: ${{ steps.docs-tree.outputs.src }}
steps:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
needs: check_changes
if: ${{ needs.check_changes.outputs.docs-tree == 'true' }}
name: Validate & Build HTML
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-images-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
jobs:
lint:
name: Lint image build logic
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-chart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ env:

jobs:
push-charts:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
# we also check for push events in case someone is testing the workflow by uncommenting the push trigger above.
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-smoke-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
jobs:
check_changes:
name: Deduce required tests from code changes
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
tested: ${{ steps.tested-tree.outputs.src }}
steps:
Expand All @@ -53,7 +53,7 @@ jobs:
conformance-test-ipv6:
needs: check_changes
if: ${{ needs.check_changes.outputs.tested == 'true' }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout main branch to access local actions
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
jobs:
check_changes:
name: Deduce required tests from code changes
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
tested: ${{ steps.tested-tree.outputs.src }}
steps:
Expand Down

0 comments on commit 27660b3

Please sign in to comment.