From 84f2bfb7a18554461af8b9419b387ed72169fd28 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Wed, 12 Feb 2025 15:50:00 +0000 Subject: [PATCH] .gitea/workflows/pull_request.yaml aktualisiert --- .gitea/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 54584a2..09e6ee8 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -8,7 +8,7 @@ on: jobs: Build: steps: - - uses: https://github.com/actions/checkout@v3 + - uses: https://github.com/actions/checkout@main - uses: https://github.com/dtolnay/rust-toolchain@stable