Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 47ec2b0 commit 9f0bbc5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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-24.04
defaults:
run:
working-directory: terraform
Expand Down
4 changes: 2 additions & 2 deletions .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-24.04
defaults:
run:
working-directory: terraform
Expand All @@ -34,7 +34,7 @@ jobs:
# the box build fails. Routinely clean up any disks that disks left by packer.
cleanup-orphan-gcp-pd:
name: "Cleanup orphaned GCE Persistent Disks"
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: "google-github-actions/auth@v2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
container:
- naiveproxy
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
# add permissions needed to push containers to GHCR with GITHUB_TOKEN
permissions:
contents: read
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-24.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-24.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-24.04
defaults:
run:
working-directory: terraform
Expand Down

0 comments on commit 9f0bbc5

Please sign in to comment.