Skip to content

Commit b978603

Browse files
authored
Merge branch 'PhotoboothProject:dev' into feature/asynchronFtpUpload
2 parents 5ec58f2 + cb7c74e commit b978603

File tree

8 files changed

+1012
-137
lines changed

8 files changed

+1012
-137
lines changed

.github/workflows/crowdin_download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v6
1818

1919
- name: crowdin action
20-
uses: crowdin/github-action@v2.14.0
20+
uses: crowdin/github-action@v2.15.2
2121
with:
2222
upload_sources: true
2323
upload_translations: false

.github/workflows/crowdin_update_translate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v6
1414

1515
- name: Crowdin Sync
16-
uses: crowdin/github-action@v2.14.0
16+
uses: crowdin/github-action@v2.15.2
1717
with:
1818
upload_sources: true
1919
upload_translations: true

.github/workflows/crowdin_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v6
2020

2121
- name: crowdin action
22-
uses: crowdin/github-action@v2.14.0
22+
uses: crowdin/github-action@v2.15.2
2323
with:
2424
upload_sources: true
2525
upload_translations: false

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: npm run pack:build
3939

4040
- name: Publish zip
41-
uses: actions/upload-artifact@v6
41+
uses: actions/upload-artifact@v7
4242
with:
4343
name: photobooth
4444
path: archives/photobooth-*.zip

composer.lock

Lines changed: 58 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)