Skip to content

Commit 47b6db8

Browse files
authored
Update rockybuild.yml
1 parent 40268e3 commit 47b6db8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rockybuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040

4141
steps:
4242
- name: Checkout main repository code
43-
uses: actions/checkout
43+
uses: actions/checkout@v4
4444

4545
- name: Checkout dependency repository (xengine)
46-
uses: actions/checkout
46+
uses: actions/checkout@v4
4747
with:
4848
repository: libxengine/libxengine
4949
path: libxengine
@@ -85,4 +85,4 @@ jobs:
8585
make
8686
cd ..
8787
cd XEngine_AIApi
88-
make
88+
make

0 commit comments

Comments
 (0)