Skip to content

Commit

Permalink
chore(gh): bumped actions
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzzimmer committed Oct 5, 2023
1 parent b27ae45 commit 8e33e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
terraform: [ ~1.3.0 ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
with:
Expand All @@ -27,7 +27,7 @@ jobs:
with:
terraform_version: ${{ matrix.terraform }}

- uses: terraform-linters/setup-tflint@v3
- uses: terraform-linters/setup-tflint@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 8e33e00

Please sign in to comment.