Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 12555c1

Browse files
Update actions/checkout action to v3 (#47)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10b958b commit 12555c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/terraform.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 10
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- uses: hashicorp/setup-terraform@v1
2020
- run: make
2121

2222
docs:
2323
runs-on: ubuntu-latest
2424
timeout-minutes: 10
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
with:
2828
ref: ${{ github.event.pull_request.head.ref }}
2929
- uses: terraform-docs/gh-actions@v1

0 commit comments

Comments
 (0)