From ad67b6d25318fe1049878926cf0530d7a4ff031f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 10 Aug 2024 10:06:00 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .gitea/workflows/ci-test.yml | 2 +- .gitea/workflows/release-version.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-test.yml b/.gitea/workflows/ci-test.yml index 2f2ff09..4331969 100644 --- a/.gitea/workflows/ci-test.yml +++ b/.gitea/workflows/ci-test.yml @@ -10,7 +10,7 @@ jobs: name: check and test runs-on: ubuntu-latest steps: - - uses: https://gitea.com/actions/checkout@v3 + - uses: https://gitea.com/actions/checkout@v4 - name: install tools run: | apt update -y diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index 25ece65..6223eeb 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -9,7 +9,7 @@ jobs: generate-chart-publish: runs-on: ubuntu-latest steps: - - uses: https://gitea.com/actions/checkout@v3 + - uses: https://gitea.com/actions/checkout@v4 - name: install tools run: | apt update -y -- 2.45.2