From fe2423e3eb448a3bb932be9abd9fff796e97ee36 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Mon, 17 Nov 2025 17:03:06 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5.0.1 --- .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 f296967..7d90416 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@v5.0.0 + - uses: actions/checkout@v5.0.1 - uses: DavidAnson/markdownlint-cli2-action@v20.0.0 with: globs: '**/*.md' diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index b7e0dc5..5505f82 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@v5.0.0 + - uses: actions/checkout@v5.0.1 - uses: docker/setup-qemu-action@v3.7.0 - uses: docker/setup-buildx-action@v3.11.1 diff --git a/.gitea/workflows/update-docker-hub-description.yaml b/.gitea/workflows/update-docker-hub-description.yaml index 65d7dd3..e8bdd9d 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@v5.0.0 + - uses: actions/checkout@v5.0.1 - uses: peter-evans/dockerhub-description@v5.0.0 with: username: ${{ secrets.DOCKER_IO_USERNAME }} -- 2.49.1