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 0fad188 + 66d4c72 commit fa6c988Copy full SHA for fa6c988
.github/workflows/publish.yaml
@@ -11,7 +11,7 @@ jobs:
11
if: "!contains(github.event.head_commit.message, '[ci skip]')"
12
steps:
13
- name: Check out code
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
15
16
- name: Choco package
17
uses: crazy-max/ghaction-chocolatey@v3
.github/workflows/update-tfdocs.yml
@@ -27,7 +27,7 @@ jobs:
27
contents: write
28
29
- name: Checkout
30
31
with:
32
ref: main
33
fetch-depth: 0
0 commit comments