Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 5814024 commit 6310d90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
php-versions: ['8.1', '8.2']
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run security checker
uses: symfonycorp/security-checker-action@v5
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

# Docs: https://github.com/shivammathur/setup-php
- name: Setup PHP with PCOV
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
needs: [build, test]
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
needs: [build, test, docs]
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build release artifacts
run: ./.github/scripts/buildReleaseArtifacts.sh
Expand Down

0 comments on commit 6310d90

Please sign in to comment.