From a64cae9795caa1b3772b9d6fc8e95176853da845 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Sat, 15 Nov 2025 18:06:40 -1000 Subject: [PATCH] Update .gitea/workflows/ssg.yaml --- .gitea/workflows/ssg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ssg.yaml b/.gitea/workflows/ssg.yaml index 4e56d59..2a77299 100644 --- a/.gitea/workflows/ssg.yaml +++ b/.gitea/workflows/ssg.yaml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1 with: toolchain: stable