From aba99a89968f1d387c567541b9bd594391c74ee4 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 8 Dec 2025 18:54:44 +0900 Subject: [PATCH] .gitea/workflows: update actions/checkout: v4 -> v6 --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 8e4c902..287256e 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: test: runs-on: debian-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: apt-get install dependencies run: |