Skip to content

Commit f2f8315

Browse files
chore(deps): update actions/checkout action to v5
1 parent 7edc46b commit f2f8315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout source code
8-
uses: actions/checkout@v4
8+
uses: actions/checkout@v5
99
- name: Install dependencies and build 🔧
1010
run: npm ci
1111
- name: Initialize Git user

0 commit comments

Comments
 (0)