mirror of
https://github.com/appleboy/scp-action.git
synced 2026-01-14 20:31:17 +08:00
ci: update GitHub workflows to use latest action versions
- Update actions/setup-go to v6 in the goreleaser workflow - Update tj-actions/changed-files to v47 in stable and testing workflows Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup go
|
||||
uses: actions/setup-go@v5
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "^1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user