Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 1df40bb commit 32efb4e
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 @@ -19,7 +19,7 @@ jobs:
if: github.ref != 'refs/heads/release'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
Expand All @@ -38,7 +38,7 @@ jobs:
if: github.ref != 'refs/heads/release'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: hashicorp/setup-terraform@v1
with:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
Expand Down

0 comments on commit 32efb4e

Please sign in to comment.