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'