From 7a25bcd9685344fb3f7ac2b3f84faa7cd1ff574d Mon Sep 17 00:00:00 2001 From: xiabin Date: Tue, 11 Feb 2025 10:41:56 +0800 Subject: [PATCH] test --- .gitea/workflows/demo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index e156876..97a3c3a 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,5 +1,5 @@ name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +#run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: @@ -7,10 +7,10 @@ jobs: runs-on: runner steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.20'