Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
php-version: [ '8.3' ]
steps:
- name: Pull repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Validate commit message
run: ./.github/script/validate_commit.sh
- name: Setup php
Expand All @@ -28,7 +28,7 @@ jobs:
php-version: [ '8.3' ]
steps:
- name: Pull repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Setup php
uses: ./.github/actions/setup-php-composer
- name: Dependencies tests
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Pull repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.2
Expand Down