chore(ci): update GitHub Actions dependencies to latest versions
Some checks failed
v1 version / test scp action (push) Failing after 1m9s
v1 version / test deploy artifact (push) Failing after 46s
v1 version / test changed-files (push) Failing after 2m0s
v1 version / test target folder (push) Failing after 33s
v1 version / test Multiple Host (push) Failing after 35s
lint and test / test scp action (push) Failing after 32s
lint and test / test deploy artifact (push) Failing after 33s
lint and test / test changed-files (push) Failing after 34s
lint and test / test target folder (push) Failing after 34s
lint and test / test Multiple Host (push) Failing after 33s

- Bump actions/checkout from v6 to v7
This commit is contained in:
Bo-Yi Wu
2026-06-23 20:07:08 +08:00
parent a6e43c3aaf
commit 5bb815ae7f
3 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

View File

@@ -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: appleboy/scp-action@v1
@@ -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: appleboy/scp-action@v1
@@ -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: appleboy/scp-action@v1

View File

@@ -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: ./