Skip to content

Commit 2378645

Browse files
committed
update e2e.yml
1 parent 27d5027 commit 2378645

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ jobs:
1717
name: Test clang ${{ matrix.clang_version }} with style ${{ matrix.clang_style }}
1818
steps:
1919
- name: Checkout workflow repo
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21+
with:
22+
repository: cloudwu/ltask
2123

2224
- name: Set up Python
23-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
2426
with:
2527
python-version: '3.13'
2628

0 commit comments

Comments
 (0)