Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Jan 30, 2024
1 parent 652f614 commit 863a9da
Show file tree
Hide file tree
Showing 2 changed files with 308 additions and 154 deletions.
16 changes: 8 additions & 8 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@v3
- uses: actions/checkout@v4
name: Checkout repository

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

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

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

- name: Setup PHP
Expand All @@ -123,7 +123,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand All @@ -146,7 +146,7 @@ jobs:
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -160,7 +160,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- test
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build & upload image
uses: elgohr/Publish-Docker-Github-Action@v5
Expand All @@ -222,7 +222,7 @@ jobs:
- coverage
steps:
- name: Notify Slack
uses: 8398a7/action-slack@v3.8.0
uses: 8398a7/action-slack@v3
continue-on-error: true
with:
status: custom
Expand Down
Loading

0 comments on commit 863a9da

Please sign in to comment.