Skip to content

Commit

Permalink
Merge pull request #35 from nextstrain/gh-action-ubuntu-24.04
Browse files Browse the repository at this point in the history
terraform-lint: Bump to `ubuntu-24.04`
  • Loading branch information
joverlee521 authored Dec 17, 2024
2 parents c27a6eb + b83227e commit bb482ed
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/terraform-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
tags-ignore:
- '**'
paths:
- '.github/workflows/terraform-lint.yml'
- '**.tf'
- '**.tfvars'
- '**.tf.json'
Expand All @@ -20,8 +21,14 @@ jobs:
matrix:
env:
- env/production
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Install Terraform
run: |
wget -O terraform.zip https://releases.hashicorp.com/terraform/1.10.2/terraform_1.10.2_linux_amd64.zip
unzip terraform.zip -d "$HOME/terraform"
echo "$HOME/terraform" >> "$GITHUB_PATH"
- uses: actions/checkout@v4

- run: terraform init -backend=false
Expand Down

0 comments on commit bb482ed

Please sign in to comment.