Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2023
1 parent 9efc7e0 commit 8d92bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: 📥 Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🧰 Setup Terraform CLI
uses: hashicorp/setup-terraform@v2
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: 📥 Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🧰 Set up Poetry
env:
Expand Down

0 comments on commit 8d92bc9

Please sign in to comment.