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