From fdd58debfb60def1416caa0c6c1b509132cf21ed Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 12 Mar 2024 12:02:15 +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 11caddb..fbc7b27 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 + - uses: https://github.com/actions/checkout@main - uses: https://github.com/dtolnay/rust-toolchain@stable