Skip to content

Commit

Permalink
ci: actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Venatum committed Oct 12, 2023
1 parent 4a60962 commit eafb423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.event.release.draft == false
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install composer dependencies
run: composer install --no-dev -o
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
if: "!github.event.release.prerelease"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download release asset
uses: dsaltares/fetch-gh-release-asset@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
php_version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: PHP syntax checker ${{ matrix.php_version }}
run: PHP_VERSION=${{ matrix.php_version }} make docker-php-lint

Expand Down

0 comments on commit eafb423

Please sign in to comment.