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 5ebd24f + a91dd48 commit b2ff12eCopy full SHA for b2ff12e
.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@v5
+ uses: actions/checkout@v6
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