Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout repository

- name: Setup PHP
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
name: PHP ${{ matrix.php }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout repository

- name: Setup PHP
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- test
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout repository

- name: Setup PHP
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 10

Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
- test
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Build & upload image
uses: elgohr/Publish-Docker-Github-Action@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subtree-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
split_repository: 'task-zendserverdeploymenttool'

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

# no tag
-
Expand Down
Loading