From 95967e768a74955a4198b119abff753d7a7b5d2e Mon Sep 17 00:00:00 2001 From: CSRBot Date: Mon, 11 Aug 2025 13:05:58 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.3.0 --- .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 834fe4b..e3aba32 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@v4.2.2 + - uses: actions/checkout@v4.3.0 - uses: DavidAnson/markdownlint-cli2-action@v20.0.0 with: globs: '**/*.md' diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index ca69da0..64d464b 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@v4.2.2 + - uses: actions/checkout@v4.3.0 - uses: docker/setup-qemu-action@v3.6.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 95588b8..d51c3d6 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@v4.2.2 + - uses: actions/checkout@v4.3.0 - uses: peter-evans/dockerhub-description@v4.0.2 with: username: ${{ secrets.DOCKER_IO_USERNAME }} -- 2.49.0