Skip to content

Commit

Permalink
Merge pull request #3457 from erikn69/patch-7
Browse files Browse the repository at this point in the history
Use GitHub Actions V4
  • Loading branch information
bestlong committed Oct 11, 2023
2 parents 660afa9 + d681430 commit 2ffd082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-docs.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
working-directory: ./DOCUMENTATION
steps:
- name: Checkout Source Code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main-ci.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
php_version: [ "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
service: [ php-fpm, php-worker, workspace ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build the Docker image
env:
PHP_VERSION: ${{ matrix.php_version }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
matrix:
service: [ 'nginx', 'redis', 'mysql', 'mariadb', 'percona', 'minio', 'mongo' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
cp .env.example .env
Expand Down

0 comments on commit 2ffd082

Please sign in to comment.