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 b01e272 commit 9942487Copy full SHA for 9942487
.github/workflows/terraform.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-22.04
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v4.2.0
+ uses: actions/checkout@v4.2.1
13
with:
14
ref: ${{ github.event.pull_request.head.sha }}
15
- name: terraform fmt
@@ -18,7 +18,7 @@ jobs:
18
19
needs: formatting
20
21
- - uses: actions/checkout@v4.2.0
+ - uses: actions/checkout@v4.2.1
22
23
ref: ${{ github.event.pull_request.head.ref }}
24
- name: Render terraform docs and push changes back to PR branch
0 commit comments