From 4d27b5335f6f6e3079e8f0a037464a8793d173c5 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Thu, 18 Sep 2025 22:16:55 +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 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/generate-readme.yaml b/.gitea/workflows/generate-readme.yaml index cf55311..f15d4ee 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 222b575..45b2b27 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 bac505e..30b93b6 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