Skip to content

Commit 9c42765

Browse files
authored
Merge pull request #828 from nextcloud/dependabot/github_actions/andstor/file-existence-action-3.1.0
chore(deps): Bump andstor/file-existence-action from 3.0.0 to 3.1.0
2 parents ce6bbbd + 5c544c7 commit 9c42765

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/workflows/tests-deploy-k8s-clusterip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Check composer file existence
7575
id: check_composer
76-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
76+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2
7777
with:
7878
files: apps/${{ env.APP_NAME }}/composer.json
7979

.github/workflows/tests-deploy-k8s-loadbalancer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Check composer file existence
7474
id: check_composer
75-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
75+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2
7676
with:
7777
files: apps/${{ env.APP_NAME }}/composer.json
7878

.github/workflows/tests-deploy-k8s-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Check composer file existence
7575
id: check_composer
76-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
76+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2
7777
with:
7878
files: apps/${{ env.APP_NAME }}/composer.json
7979

.github/workflows/tests-deploy-k8s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Check composer file existence
6767
id: check_composer
68-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
68+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2
6969
with:
7070
files: apps/${{ env.APP_NAME }}/composer.json
7171

.github/workflows/tests-deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Check composer file existence
6666
id: check_composer
67-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
67+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2
6868
with:
6969
files: apps/${{ env.APP_NAME }}/composer.json
7070

@@ -665,7 +665,7 @@ jobs:
665665

666666
- name: Check composer file existence
667667
id: check_composer
668-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
668+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2
669669
with:
670670
files: apps/${{ env.APP_NAME }}/composer.json
671671

@@ -807,7 +807,7 @@ jobs:
807807

808808
- name: Check composer file existence
809809
id: check_composer
810-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
810+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2
811811
with:
812812
files: apps/${{ env.APP_NAME }}/composer.json
813813

@@ -959,7 +959,7 @@ jobs:
959959

960960
- name: Check composer file existence
961961
id: check_composer
962-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
962+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2
963963
with:
964964
files: apps/${{ env.APP_NAME }}/composer.json
965965

@@ -1288,7 +1288,7 @@ jobs:
12881288

12891289
- name: Check composer file existence
12901290
id: check_composer
1291-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
1291+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2
12921292
with:
12931293
files: apps/${{ env.APP_NAME }}/composer.json
12941294

@@ -1409,7 +1409,7 @@ jobs:
14091409

14101410
- name: Check composer file existence
14111411
id: check_composer
1412-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
1412+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2
14131413
with:
14141414
files: apps/${{ env.APP_NAME }}/composer.json
14151415

.github/workflows/tests-special.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Check composer file existence
7676
id: check_composer
77-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
77+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2
7878
with:
7979
files: apps/${{ env.APP_NAME }}/composer.json
8080

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Check composer file existence
9494
id: check_composer
95-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
95+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2
9696
with:
9797
files: apps/${{ env.APP_NAME }}/composer.json
9898

@@ -217,7 +217,7 @@ jobs:
217217
218218
- name: Check composer file existence
219219
id: check_composer
220-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
220+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2
221221
with:
222222
files: apps/${{ env.APP_NAME }}/composer.json
223223

@@ -341,7 +341,7 @@ jobs:
341341
342342
- name: Check composer file existence
343343
id: check_composer
344-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
344+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2
345345
with:
346346
files: apps/${{ env.APP_NAME }}/composer.json
347347

@@ -461,7 +461,7 @@ jobs:
461461

462462
- name: Check composer file existence
463463
id: check_composer
464-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
464+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2
465465
with:
466466
files: apps/${{ env.APP_NAME }}/composer.json
467467

0 commit comments

Comments
 (0)