mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-12 22:30:48 +08:00
Update actions/checkout action to v4
This commit is contained in:
@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- 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)
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user