Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
CONFTEST_VERSION: "0.15.0"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
submodules: recursive
- name: Conftest Install
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
HELM_RELEASE_BRANCH: gh-pages

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
submodules: recursive

Expand All @@ -65,7 +65,7 @@ jobs:
ls -la ${HELM_TMP_DIR}

# Publish
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
ref: gh-pages
path: ./gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
CONFTEST_VERSION: "0.15.0"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
submodules: recursive
- name: Conftest Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
submodules: recursive
fetch-depth: 0
Expand Down