Skip to content

Commit

Permalink
Merge branch 'release/3.2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Feb 3, 2024
2 parents ef9c458 + 25ef056 commit 057b09a
Show file tree
Hide file tree
Showing 7 changed files with 179 additions and 133 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
release_body: ${{ steps.release.outputs.RELEASE_BODY }}
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

- name: Generate a changelog
uses: orhun/git-cliff-action@v2.0.6
uses: orhun/git-cliff-action@v2.1.0
id: git-cliff
with:
config: cliff.toml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.1

- name: Setup PHP
uses: shivammathur/setup-php@2.25.4
Expand All @@ -34,7 +34,7 @@ jobs:
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/cache@v3.3.1
- uses: actions/cache@v3.3.2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand All @@ -57,7 +57,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.1

- name: Setup PHP
uses: shivammathur/setup-php@2.25.4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.1

- name: Setup PHP environment
uses: shivammathur/setup-php@2.25.4
Expand All @@ -47,7 +47,7 @@ jobs:
run: ./vendor/bin/phpunit --testdox --coverage-clover coverage.xml

- name: Collect test coverage
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
Loading

0 comments on commit 057b09a

Please sign in to comment.