Skip to content

Commit cf020a8

Browse files
authored
chore: upgrade actions/checkout to v5 in CI and release workflows (#27)
1 parent 7f6d0e4 commit cf020a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v5
1919

2020
- name: 🟢 Setup Node.js
2121
uses: actions/setup-node@v4

.github/workflows/release.yml

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 code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121

0 commit comments

Comments
 (0)