Skip to content

Commit abefbab

Browse files
committed
updated to v4 in .github/workflows
1 parent 12f3978 commit abefbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
# First, we check out the repository's code using the Github Actions' "Checkout" tool.
2727
- name: Checkout code
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
with:
3030
submodules: 'recursive'
3131

0 commit comments

Comments
 (0)