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 0c9fa80 commit 9ecfdb5Copy full SHA for 9ecfdb5
.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@v5
15
16
- name: Check for terraform version mismatch
17
run: |
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
- uses: actions/checkout@v2
53
with:
54
ref: ${{ github.event.pull_request.head.ref }}
55
0 commit comments