From 08105282f22b6870d1450d34c44e2668aca9d9c9 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Mon, 11 Aug 2025 16:03:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 935161e..a75d377 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@v4.3.0 + - uses: actions/checkout@v5.0.0 - name: Generate parameter section in README run: | npm install diff --git a/.gitea/workflows/helm.yaml b/.gitea/workflows/helm.yaml index a992220..c2c69c5 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@v4.3.0 + - uses: actions/checkout@v5.0.0 - 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@v4.3.0 + - uses: actions/checkout@v5.0.0 - 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 a0c4608..c136257 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@v4.3.0 + - uses: actions/checkout@v5.0.0 - name: Verify links in markdown files run: | npm install @@ -39,7 +39,7 @@ jobs: run: | apk update apk add git - - uses: actions/checkout@v4.3.0 + - uses: actions/checkout@v5.0.0 - name: Lint markdown files run: | npm install diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 9dd6809..c63e001 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: apk update apk add git npm yq - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0