From dfb786c0a775115da09abd10b8ad766b7f9cb3c4 Mon Sep 17 00:00:00 2001 From: Zpekii Date: Sat, 24 Jan 2026 19:58:50 +0800 Subject: [PATCH] ci: update uses --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 140804d..3f9ba57 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -18,7 +18,7 @@ jobs: - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code - uses: /var/data/zApps/actions/checkout + uses: actions/checkout@v6 with: fetch-depth: 1 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." @@ -30,7 +30,7 @@ jobs: run: | go version - name: Run golangci-lint - uses: /var/data/zApps/actions/golangci-lint-action + uses: golangci/golangci-lint-action@v9 - name: Tests run: | cd ${{ gitea.workspace }}