Skip to content

Commit c40f62c

Browse files
chore(deps): bump andstor/file-existence-action action from v2 to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9105241 commit c40f62c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/appstore-build-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Check composer.json
7777
id: check_composer
78-
uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2
78+
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3
7979
with:
8080
files: "${{ env.APP_NAME }}/composer.json"
8181

@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Check Krankerl config
9999
id: krankerl
100-
uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2
100+
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3
101101
with:
102102
files: ${{ env.APP_NAME }}/krankerl.toml
103103

0 commit comments

Comments
 (0)