diff --git a/.gitea/workflows/changelog.yml b/.gitea/workflows/changelog.yml index 6431fc5..f959e7d 100644 --- a/.gitea/workflows/changelog.yml +++ b/.gitea/workflows/changelog.yml @@ -8,7 +8,7 @@ on: jobs: changelog: runs-on: ubuntu-latest - container: docker.io/thegeeklab/git-sv:2.0.10 + container: docker.io/thegeeklab/git-sv:2.0.11 steps: - name: install tools run: | diff --git a/.gitea/workflows/commitlint.yml b/.gitea/workflows/commitlint.yml index 9e0a101..fc70a91 100644 --- a/.gitea/workflows/commitlint.yml +++ b/.gitea/workflows/commitlint.yml @@ -11,7 +11,7 @@ on: jobs: check-and-test: runs-on: ubuntu-latest - container: commitlint/commitlint:20.5.0 + container: commitlint/commitlint:20.5.1 steps: - uses: actions/checkout@v6 - name: check PR title diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index b7a0405..77bae5e 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -99,7 +99,7 @@ jobs: release-gitea: needs: generate-chart-publish runs-on: ubuntu-latest - container: docker.io/thegeeklab/git-sv:2.0.10 + container: docker.io/thegeeklab/git-sv:2.0.11 steps: - name: install tools run: |