mirror of
https://github.com/appleboy/scp-action.git
synced 2026-04-20 17:55:40 +00:00
chore(ci): update GitHub Actions dependencies to latest versions
Some checks failed
v1 version / test scp action (push) Failing after 2s
v1 version / test deploy artifact (push) Failing after 3s
v1 version / test changed-files (push) Failing after 3s
v1 version / test target folder (push) Failing after 3s
v1 version / test Multiple Host (push) Failing after 3s
lint and test / test scp action (push) Failing after 3s
lint and test / test deploy artifact (push) Failing after 3s
lint and test / test changed-files (push) Failing after 3s
lint and test / test target folder (push) Failing after 3s
lint and test / test Multiple Host (push) Failing after 3s
Some checks failed
v1 version / test scp action (push) Failing after 2s
v1 version / test deploy artifact (push) Failing after 3s
v1 version / test changed-files (push) Failing after 3s
v1 version / test target folder (push) Failing after 3s
v1 version / test Multiple Host (push) Failing after 3s
lint and test / test scp action (push) Failing after 3s
lint and test / test deploy artifact (push) Failing after 3s
lint and test / test changed-files (push) Failing after 3s
lint and test / test target folder (push) Failing after 3s
lint and test / test Multiple Host (push) Failing after 3s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/goreleaser.yml
vendored
4
.github/workflows/goreleaser.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
go-version: "^1"
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
uses: goreleaser/goreleaser-action@v7
|
||||
with:
|
||||
# either 'goreleaser' (default) or 'goreleaser-pro'
|
||||
distribution: goreleaser
|
||||
|
||||
Reference in New Issue
Block a user