diff --git a/.gitea/workflows/release-nightly.yml b/.gitea/workflows/release-nightly.yml index be23e74d..046aa7d7 100644 --- a/.gitea/workflows/release-nightly.yml +++ b/.gitea/workflows/release-nightly.yml @@ -8,7 +8,7 @@ jobs: goreleaser: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - run: git fetch --force --tags @@ -49,7 +49,7 @@ jobs: DOCKER_LATEST: nightly steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # all history for all branches and tags diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index 6e0b731f..476ccd60 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -9,7 +9,7 @@ jobs: goreleaser: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - run: git fetch --force --tags @@ -50,7 +50,7 @@ jobs: DOCKER_LATEST: nightly steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # all history for all branches and tags diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index 5cc76505..08d1e53c 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -16,7 +16,7 @@ jobs: name: Lint Build And Unit Coverage runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: go-version-file: 'go.mod' @@ -41,7 +41,7 @@ jobs: GITEA_TEA_TEST_USERNAME: "test01" GITEA_TEA_TEST_PASSWORD: "test01" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: go-version-file: 'go.mod'