Skip to content

Commit

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

Bump shivammathur/setup-php from 2.30.4 to 2.30.5
  • Loading branch information
fultonesser authored Jun 4, 2024
2 parents b1fe89f + c8e1de1 commit 68a8340
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/[email protected].4
- uses: shivammathur/[email protected].5
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/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: ${{ matrix.php-versions }}
- name: Get Composer Cache Directory
Expand Down

0 comments on commit 68a8340

Please sign in to comment.