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 3a918d4 commit e2e6a87Copy full SHA for e2e6a87
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Check out code
14
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
15
16
- name: Check for terraform version mismatch
17
run: |
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
- uses: actions/checkout@v2
50
with:
51
ref: ${{ github.event.pull_request.head.ref }}
52
0 commit comments