File tree 2 files changed +2
-2
lines changed
plate-playground-template/.github/workflows
plate-template/.github/workflows
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout Repo
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
# Fetch all git history so that yarn workspaces --since can compare with the correct commits
22
22
# @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout Repo
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
# Fetch all git history so that yarn workspaces --since can compare with the correct commits
22
22
# @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
You can’t perform that action at this time.
0 commit comments