mirror of
https://github.com/appleboy/scp-action.git
synced 2026-07-24 00:52:50 +00:00
chore(ci): update GitHub Actions dependencies to latest versions
lint and test / test target folder (push) Failing after 48s
lint and test / test scp action (push) Failing after 48s
lint and test / test Multiple Host (push) Failing after 47s
v1 version / test target folder (push) Failing after 2m43s
v1 version / test Multiple Host (push) Failing after 2m57s
v1 version / test scp action (push) Failing after 2m59s
lint and test / test deploy artifact (push) Failing after 11m1s
v1 version / test deploy artifact (push) Failing after 11m5s
v1 version / test changed-files (push) Failing after 11m8s
lint and test / test changed-files (push) Failing after 11m10s
lint and test / test target folder (push) Failing after 48s
lint and test / test scp action (push) Failing after 48s
lint and test / test Multiple Host (push) Failing after 47s
v1 version / test target folder (push) Failing after 2m43s
v1 version / test Multiple Host (push) Failing after 2m57s
v1 version / test scp action (push) Failing after 2m59s
lint and test / test deploy artifact (push) Failing after 11m1s
v1 version / test deploy artifact (push) Failing after 11m5s
v1 version / test changed-files (push) Failing after 11m8s
lint and test / test changed-files (push) Failing after 11m10s
- Bump actions/checkout from v6 to v7
This commit is contained in:
@@ -6,7 +6,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: copy file via ssh password
|
||||
uses: ./
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- run: echo hello > world.txt
|
||||
|
||||
@@ -96,7 +96,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
@@ -120,7 +120,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: copy file to server
|
||||
uses: ./
|
||||
@@ -137,7 +137,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: copy file to server
|
||||
uses: ./
|
||||
|
||||
Reference in New Issue
Block a user