Skip to content

Commit a2f4a32

Browse files
authored
Merge pull request #2415 from nextcloud/dependabot/github_actions/andstor/file-existence-action-3.1.0
Build(deps): Bump andstor/file-existence-action from 3.0.0 to 3.1.0
2 parents 18687d1 + 6cc5453 commit a2f4a32

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/phpunit-mariadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
131131
- name: Check composer file existence
132132
id: check_composer
133-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
133+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0
134134
with:
135135
files: apps/${{ env.APP_NAME }}/composer.json
136136

.github/workflows/phpunit-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Check composer file existence
130130
id: check_composer
131-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
131+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0
132132
with:
133133
files: apps/${{ env.APP_NAME }}/composer.json
134134

.github/workflows/phpunit-pgsql.yml

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

127127
- name: Check composer file existence
128128
id: check_composer
129-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
129+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0
130130
with:
131131
files: apps/${{ env.APP_NAME }}/composer.json
132132

.github/workflows/phpunit-sqlite.yml

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

116116
- name: Check composer file existence
117117
id: check_composer
118-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
118+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0
119119
with:
120120
files: apps/${{ env.APP_NAME }}/composer.json
121121

0 commit comments

Comments
 (0)