Skip to content

Commit

Permalink
Merge pull request #572 from dxw/dependabot/github_actions/shivammath…
Browse files Browse the repository at this point in the history
…ur/setup-php-2.27.1

Bump shivammathur/setup-php from 2.25.5 to 2.27.1
  • Loading branch information
snim2 authored Nov 22, 2023
2 parents a4aae25 + 599819f commit eb26b49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dxw-sec-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: shivammathur/setup-php@2.25.5
- uses: shivammathur/setup-php@2.27.1
with:
php-version: "7.4"
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Setup PHP
uses: shivammathur/setup-php@2.25.5
uses: shivammathur/setup-php@2.27.1
with:
php-version: ${{ matrix.php-versions }}
- name: Get Composer Cache Directory
Expand Down

0 comments on commit eb26b49

Please sign in to comment.