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.
2 parents 747620d + 0956cfa commit aa9b970Copy full SHA for aa9b970
.github/workflows/documentation.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
29
with:
30
ref: ${{ github.event.pull_request.head.ref }}
31
.github/workflows/linter.yml
@@ -28,7 +28,7 @@ jobs:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
32
33
fetch-depth: 0
34
.github/workflows/terraform.yml
@@ -35,7 +35,7 @@ jobs:
35
run: echo "branch=${GITHUB_HEAD_REF}" >> "$GITHUB_OUTPUT"
36
37
38
- uses: actions/checkout@v5
39
40
ref: ${{ steps.branch.outputs.branch }}
41
0 commit comments