Skip to content

Commit 4a2758f

Browse files
authored
Merge pull request #2970 from udecode/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 22e256a + 58fcf86 commit 4a2758f

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

+1-1
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

+1-1
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)