Skip to content

Commit 511a5df

Browse files
committed
fix line 44 for ci
1 parent 07863e3 commit 511a5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout Project
44-
uses: actions/checkout@4
44+
uses: actions/checkout@v4
4545
- name: Add problem matcher
4646
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
4747

0 commit comments

Comments
 (0)