Skip to content

Commit 75d7f68

Browse files
authored
Merge pull request #11 from Humanoidfr/dependabot/github_actions/andstor/file-existence-action-3
build(deps): bump andstor/file-existence-action from 2 to 3
2 parents ae92f25 + 320e753 commit 75d7f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ jobs:
6565
6666
- name: "Check composer.json existence"
6767
id: check_composer
68-
uses: andstor/file-existence-action@v2
68+
uses: andstor/file-existence-action@v3
6969
with:
7070
files: "composer.json"
7171

7272
- name: "Check package.json existence"
7373
id: check_package
74-
uses: andstor/file-existence-action@v2
74+
uses: andstor/file-existence-action@v3
7575
with:
7676
files: "package.json"
7777

0 commit comments

Comments
 (0)