Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
clb-robot authored Nov 7, 2024
1 parent ac92115 commit 11e5b65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
packages: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check Terraform format
run: terraform fmt -check=true
lint:
Expand All @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check TF lint
run: tflint
validate:
Expand All @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Inject additional provider
uses: "finnp/create-file-action@master"
env:
Expand Down

0 comments on commit 11e5b65

Please sign in to comment.