mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 06:40:49 +08:00
Update actions/checkout action to v4
This commit is contained in:
@ -15,7 +15,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code # Required to use the local version of the action
|
- name: Checkout code # Required to use the local version of the action
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 准备部署文件 (Testing working_dir and dist_dir)
|
- name: 准备部署文件 (Testing working_dir and dist_dir)
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user