Skip to content

Commit 58fcf86

Browse files
Update actions/checkout action to v4
1 parent 22e256a commit 58fcf86

File tree

2 files changed

+2
-2
lines changed
  • templates
    • plate-playground-template/.github/workflows
    • plate-template/.github/workflows

2 files changed

+2
-2
lines changed

templates/plate-playground-template/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
# Fetch all git history so that yarn workspaces --since can compare with the correct commits
2222
# @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches

templates/plate-template/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
# Fetch all git history so that yarn workspaces --since can compare with the correct commits
2222
# @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches

0 commit comments

Comments
 (0)