From 8b8c436ae5ab11608b82a6e1c67edea47cb9d5aa Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 2 Jun 2026 15:03:58 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.3 --- .gitea/workflows/markdown-linters.yaml | 2 +- .gitea/workflows/release.yaml | 2 +- .gitea/workflows/update-docker-hub-description.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/markdown-linters.yaml b/.gitea/workflows/markdown-linters.yaml index a555f97..a2e4b41 100644 --- a/.gitea/workflows/markdown-linters.yaml +++ b/.gitea/workflows/markdown-linters.yaml @@ -16,7 +16,7 @@ jobs: runs-on: - ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - uses: DavidAnson/markdownlint-cli2-action@v21.0.0 with: globs: '**/*.md' diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index dc719ae..c7ef028 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: push-amd64: runs-on: ubuntu-latest-amd64 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - uses: docker/setup-qemu-action@v4.1.0 - uses: docker/setup-buildx-action@v4.1.0 diff --git a/.gitea/workflows/update-docker-hub-description.yaml b/.gitea/workflows/update-docker-hub-description.yaml index 2d2ecb7..11a56d1 100644 --- a/.gitea/workflows/update-docker-hub-description.yaml +++ b/.gitea/workflows/update-docker-hub-description.yaml @@ -13,7 +13,7 @@ jobs: runs-on: - ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - uses: peter-evans/dockerhub-description@v5.0.0 with: username: ${{ secrets.DOCKER_IO_USERNAME }} -- 2.52.0