From f3dc61226020138454805769caa84e058999288a Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 19 Jun 2026 02:32:33 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .gitea/workflows/pr-push-build-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-push-build-and-test.yaml b/.gitea/workflows/pr-push-build-and-test.yaml index 66d6660..ffac123 100644 --- a/.gitea/workflows/pr-push-build-and-test.yaml +++ b/.gitea/workflows/pr-push-build-and-test.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup .NET uses: actions/setup-dotnet@v5