mirror of
https://github.com/appleboy/scp-action.git
synced 2025-09-22 11:57:37 +00:00
ci: update GitHub workflows to use latest action versions
Some checks failed
v1 version / test scp action (push) Failing after 9s
v1 version / test deploy artifact (push) Failing after 9s
v1 version / test changed-files (push) Failing after 11s
v1 version / test target folder (push) Failing after 12s
v1 version / test Multiple Host (push) Failing after 13s
lint and test / test scp action (push) Failing after 13s
lint and test / test deploy artifact (push) Failing after 13s
lint and test / test changed-files (push) Failing after 14s
lint and test / test target folder (push) Failing after 15s
lint and test / test Multiple Host (push) Failing after 16s
Some checks failed
v1 version / test scp action (push) Failing after 9s
v1 version / test deploy artifact (push) Failing after 9s
v1 version / test changed-files (push) Failing after 11s
v1 version / test target folder (push) Failing after 12s
v1 version / test Multiple Host (push) Failing after 13s
lint and test / test scp action (push) Failing after 13s
lint and test / test deploy artifact (push) Failing after 13s
lint and test / test changed-files (push) Failing after 14s
lint and test / test target folder (push) Failing after 15s
lint and test / test Multiple Host (push) Failing after 16s
- 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"
|
||||
|
||||
|
2
.github/workflows/stable.yml
vendored
2
.github/workflows/stable.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v45
|
||||
uses: tj-actions/changed-files@v47
|
||||
with:
|
||||
since_last_remote_commit: true
|
||||
separator: ","
|
||||
|
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v46
|
||||
uses: tj-actions/changed-files@v47
|
||||
with:
|
||||
since_last_remote_commit: true
|
||||
separator: ","
|
||||
|
Reference in New Issue
Block a user