We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5bcbd commit 6be9967Copy full SHA for 6be9967
.github/workflows/pre-commit.yml
@@ -16,7 +16,7 @@ jobs:
16
directories: ${{ steps.dirs.outputs.directories }}
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
21
- name: Get root directories
22
id: dirs
@@ -31,7 +31,7 @@ jobs:
31
directory: ${{ fromJson(needs.collectInputs.outputs.directories) }}
32
33
34
35
36
- name: Terraform min/max versions
37
id: minMax
@@ -61,7 +61,7 @@ jobs:
61
needs: collectInputs
62
63
64
65
with:
66
ref: ${{ github.event.pull_request.head.ref }}
67
repository: ${{github.event.pull_request.head.repo.full_name}}
0 commit comments