ci: update uses
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-01-24 19:43:44 +08:00
parent ae1cfb214a
commit 64d90a5a1c
167 changed files with 2 additions and 287022 deletions

View File

@@ -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: ./.gitea/actions/checkout
uses: /var/data/zApps/actions/checkout
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: ./.gitea/actions/golangci-lint-action
uses: /var/data/zApps/actions/golangci-lint-action
- name: Tests
run: |
cd ${{ gitea.workspace }}