Skip to content

Commit

Permalink
Merge pull request #8 from particuleio/renovate/ubuntu-22.x
Browse files Browse the repository at this point in the history
chore(ci): update dependency ubuntu to v22
  • Loading branch information
ArchiFleKs authored Oct 18, 2023
2 parents 65419ae + d01b5b4 commit 0bfe210
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 @@ on:
jobs:
renovate-config-check:
name: 'renovate:config'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.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-22.04
if: github.ref != 'refs/heads/release'
steps:
- name: Checkout
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
terraform-release:
if: github.ref == 'refs/heads/release'
name: 'terraform:release'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 0bfe210

Please sign in to comment.