Update install task
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
@@ -12,8 +12,8 @@ jobs:
|
||||
- name: Job start
|
||||
run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
|
||||
# - name: Install Task utility
|
||||
# uses: go-task/setup-task@v1
|
||||
- name: Install Task utility
|
||||
uses: https://github.com/marketplace/actions/go-task-setup-task@v1
|
||||
|
||||
- name: Install GoLang v1.25.4
|
||||
uses: actions/setup-go@v5
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
cache: true
|
||||
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Build and test application
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user