Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 47047fd commit ba7a6d0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apply-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
jobs:
apply-k8s:
name: "Apply K8s Manifests"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
defaults:
run:
working-directory: k8s
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/apply-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ on:
jobs:
apply-terraform:
name: "Apply Terraform deployment"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
defaults:
run:
working-directory: terraform
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
cleanup-terraform:
name: "Apply lean Terraform deployment"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
defaults:
run:
working-directory: terraform
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dry-run-k8s:
env:
KUBECTL_FLAGS: "--server-side --force-conflicts"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
defaults:
run:
working-directory: k8s
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on: push
jobs:
lint-secrets:
name: "Lint Secrets with GitLeaks"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on: push
jobs:
lint-terraform:
name: "Lint Terraform deployment"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
defaults:
run:
working-directory: terraform
Expand All @@ -29,7 +29,7 @@ jobs:

plan-terraform:
name: "Plan Terraform deployment"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
defaults:
run:
working-directory: terraform
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rotate-ips.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- shadowsocks
- naiveproxy
name: "${{ matrix.proxy }}: Rotate Proxy IP"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: "Setup kubectl access to GKE"
Expand Down

0 comments on commit ba7a6d0

Please sign in to comment.