Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent d91454b commit 06360bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:

validate:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: hashicorp/setup-terraform@v3
with:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
plan:
needs: validate
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
concurrency: terraform-state
steps:
- uses: hashicorp/setup-terraform@v3
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
apply:
needs: plan
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
concurrency: ${{ github.workflow }}-terraform
steps:
- uses: hashicorp/setup-terraform@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/destroy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:

delete:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
concurrency: terraform-state
steps:
- uses: hashicorp/setup-terraform@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-machine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

validate:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
apply:
needs: validate
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
concurrency: ${{ github.workflow }}-terraform
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-and-plan-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:

validate:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: hashicorp/setup-terraform@v3
with:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
plan:
needs: validate
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
concurrency: terraform-state
steps:
- uses: hashicorp/setup-terraform@v3
Expand Down

0 comments on commit 06360bd

Please sign in to comment.