mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
2
.github/workflows/deploy_charts.yml
vendored
2
.github/workflows/deploy_charts.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
run: /bin/bash -c "curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
2
.github/workflows/format_validation.yml
vendored
2
.github/workflows/format_validation.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
image: ixsystems/catalog_validation:latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
name: Checkout
|
||||
- name: Validate catalog format
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user