Update GitHub workflow versions (#7335)

This commit is contained in:
Yuriy Bakhtin 2024-12-12 11:42:09 +01:00 committed by GitHub
parent 1cb123f1bd
commit 34bdcadb0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View File

@ -59,8 +59,8 @@ jobs:
run: |
docker run --detach --net=host --shm-size="2g" selenium/standalone-chrome
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
# - name: Setup cache environment
# id: cache-env
@ -71,7 +71,7 @@ jobs:
# key: ${{ env.key }}
# - name: Cache extensions
# uses: actions/cache@v3
# uses: actions/cache@v4
# with:
# path: ${{ steps.cache-env.outputs.dir }}
# key: ${{ steps.cache-env.outputs.key }}
@ -92,7 +92,7 @@ jobs:
run: composer validate
- name: Cache dependencies installed with composer
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.COMPOSER_CACHE_DIR }}
key: php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}
@ -136,7 +136,7 @@ jobs:
- name: Upload Codeception Output
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: codeception-output
path: protected/humhub/tests/codeception/_output/*

View File

@ -18,6 +18,7 @@ HumHub Changelog
- Fix #7296: Fix email validation of invite new users
- Fix #7319: Display correct profile field value in user subtitle
- Fix #7322: Always allow invitation by link from Administration. Implement separate invitation by link from People.
- Enh #7335: Update GitHub workflow versions
1.16.2 (September 5, 2024)
--------------------------