Skip to content

Commit c30bddb

Browse files
committed
Update checkout action to version 5
modified: .github/workflows/record_template_origin.yaml modified: .github/workflows/sync-template-updates.yaml
1 parent 5d08646 commit c30bddb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/record_template_origin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/sync-template-updates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121

0 commit comments

Comments
 (0)