Skip to content

Commit 652c443

Browse files
committed
fix: attempt 6 to fix CI/CD
1 parent 83eb686 commit 652c443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
run: cd ./react/
3737
- name: Check yarn.lock Exist
3838
id: check_yarn
39-
uses: thebinaryfelix/check-file-existence-action@v1
39+
uses: andstor/file-existence-action@v3
4040
with:
4141
files: 'yarn.lock'
4242
- name: Check package.json Exist
4343
id: check_package
44-
uses: thebinaryfelix/check-file-existence-action@v1
44+
uses: andstor/file-existence-action@v3
4545
with:
4646
files: 'package.json'
4747
- name: Detect package manager

0 commit comments

Comments
 (0)