Skip to content

Commit

Permalink
Update checkout action in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Dec 25, 2023
1 parent fbe7a63 commit e06630d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: yaoapp/v8go
# ref: aac4923ed74083e58ae7b42b1acb0fa0d11a26cb
lfs: true
path: v8go

- name: Checkout Demo WMS
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
path: gou-dev-app

- name: Checkout V8Go
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: yaoapp/v8go
# ref: aac4923ed74083e58ae7b42b1acb0fa0d11a26cb
lfs: true
path: v8go

- name: Checkout Demo WMS
Expand Down

0 comments on commit e06630d

Please sign in to comment.