From ec201021b2df22c896f55257420a642cfd0afb58 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Mon, 17 Nov 2025 17:02:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5.0.1 --- .gitea/workflows/generate-readme.yaml | 2 +- .gitea/workflows/helm.yaml | 4 ++-- .gitea/workflows/markdown-linters.yaml | 4 ++-- .gitea/workflows/release.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/generate-readme.yaml b/.gitea/workflows/generate-readme.yaml index f40f708..73247d4 100644 --- a/.gitea/workflows/generate-readme.yaml +++ b/.gitea/workflows/generate-readme.yaml @@ -23,7 +23,7 @@ jobs: run: | apk update apk add git npm - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - name: Generate parameter section in README run: | npm install diff --git a/.gitea/workflows/helm.yaml b/.gitea/workflows/helm.yaml index f872a91..f3bd17f 100644 --- a/.gitea/workflows/helm.yaml +++ b/.gitea/workflows/helm.yaml @@ -21,7 +21,7 @@ jobs: run: | apk update apk add git npm - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - name: Lint helm files run: | helm lint --values values.yaml . @@ -36,7 +36,7 @@ jobs: run: | apk update apk add git npm - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - name: Unittest run: | helm unittest --strict --file 'unittests/**/*.yaml' ./ \ No newline at end of file diff --git a/.gitea/workflows/markdown-linters.yaml b/.gitea/workflows/markdown-linters.yaml index 432de3b..f892b13 100644 --- a/.gitea/workflows/markdown-linters.yaml +++ b/.gitea/workflows/markdown-linters.yaml @@ -23,7 +23,7 @@ jobs: run: | apk update apk add git npm - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - name: Verify links in markdown files run: | npm install @@ -39,7 +39,7 @@ jobs: run: | apk update apk add git - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - name: Lint markdown files run: | npm install diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 4ef2582..9105ca8 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: apk update apk add git npm jq yq - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 with: fetch-depth: 0