From 28b15427c7c22d0a0fa7b2d3f2cf5d48d4546e26 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 2 Dec 2025 21:16:11 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .gitea/workflows/golang-linters.yaml | 2 +- .gitea/workflows/markdown-linters.yaml | 2 +- .gitea/workflows/release.yaml | 2 +- .gitea/workflows/update-docker-hub-description.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/golang-linters.yaml b/.gitea/workflows/golang-linters.yaml index 830c00c..919cf93 100644 --- a/.gitea/workflows/golang-linters.yaml +++ b/.gitea/workflows/golang-linters.yaml @@ -20,7 +20,7 @@ jobs: go: [ stable ] os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ] steps: - - uses: actions/checkout@v5.0.1 + - uses: actions/checkout@v6.0.1 - uses: actions/setup-go@v6.1.0 with: go-version: ${{ matrix.go }} diff --git a/.gitea/workflows/markdown-linters.yaml b/.gitea/workflows/markdown-linters.yaml index 6aa1fee..3f58ed3 100644 --- a/.gitea/workflows/markdown-linters.yaml +++ b/.gitea/workflows/markdown-linters.yaml @@ -13,7 +13,7 @@ jobs: name: "Run markdown linter" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.1 + - uses: actions/checkout@v6.0.1 - uses: DavidAnson/markdownlint-cli2-action@v21.0.0 with: globs: '**/*.md' diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 2b07dc7..844af97 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: name: "Release application" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.1 + - uses: actions/checkout@v6.0.1 with: fetch-depth: 0 - uses: docker/setup-qemu-action@v3.7.0 diff --git a/.gitea/workflows/update-docker-hub-description.yaml b/.gitea/workflows/update-docker-hub-description.yaml index 0e35b89..7779a60 100644 --- a/.gitea/workflows/update-docker-hub-description.yaml +++ b/.gitea/workflows/update-docker-hub-description.yaml @@ -11,7 +11,7 @@ jobs: runs-on: - ubuntu-latest steps: - - uses: actions/checkout@v5.0.1 + - uses: actions/checkout@v6.0.1 - uses: peter-evans/dockerhub-description@v5.0.0 with: username: ${{ secrets.DOCKER_IO_USERNAME }}