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 1df40bb commit 4849e5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: 'terraform-aws-ecs'
jobs:
renovate-config-check:
name: 'renovate:config'
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: github.ref != 'refs/heads/release'
steps:
- name: Checkout
Expand All @@ -34,7 +34,7 @@ jobs:

terraform-pre-commit:
name: 'terraform:pre-commit'
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: github.ref != 'refs/heads/release'
steps:
- name: Checkout
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
terraform-release:
if: github.ref == 'refs/heads/release'
name: 'terraform:release'
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 4849e5c

Please sign in to comment.