Skip to content

Commit

Permalink
Merge pull request #17 from opzkit/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
argoyle authored Sep 4, 2023
2 parents 509cbfd + f5ffca5 commit 3ad39e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo mv terraform /usr/local/bin
rm *
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Validate examples terraform v${{ matrix.tf-version }}
run: make examples
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terrascan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: terrascan
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Terrascan
id: terrascan
uses: tenable/terrascan-action@main
Expand Down

0 comments on commit 3ad39e8

Please sign in to comment.