We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c27af commit b5b1213Copy full SHA for b5b1213
2 files changed
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
# Split and keep last
29
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
30
31
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
32
33
- name: Validate composer.json and composer.lock
34
run: composer validate --strict
.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Copy Nextcloud source
54
run: ln -s /usr/src/nextcloud/* ${GITHUB_WORKSPACE}/
55
56
57
with:
58
path: apps/fulltextsearch_sql
59
0 commit comments