From a11f19bde1f0369938929482122bf8471c04085b Mon Sep 17 00:00:00 2001 From: CSRBot Date: Sun, 7 Jun 2026 18:06:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.3 --- .gitea/workflows/release-latest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release-latest.yaml b/.gitea/workflows/release-latest.yaml index 3a6bbe9..cb1d4a8 100644 --- a/.gitea/workflows/release-latest.yaml +++ b/.gitea/workflows/release-latest.yaml @@ -9,7 +9,7 @@ jobs: push-arm64: runs-on: ubuntu-latest-arm64 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 @@ -34,7 +34,7 @@ jobs: push-amd64: runs-on: ubuntu-latest-amd64 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 -- 2.52.0