Skip to content

Commit

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

chore(deps): bump actions/checkout from 2 to 3
  • Loading branch information
argoyle authored Nov 1, 2022
2 parents 1f52b84 + 02926d5 commit 2222ebb
Showing 1 changed file with 1 addition and 1 deletion.
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@v2
uses: actions/checkout@v3
- name: Validate examples terraform v${{ matrix.tf-version }}
run: make examples
build:
Expand Down

0 comments on commit 2222ebb

Please sign in to comment.