Skip to content

Commit 38efb20

Browse files
chore(deps): update actions/checkout action to v4
1 parent f39c345 commit 38efb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# release_url: ${{ steps.create_release.outputs.upload_url }}
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)