Skip to content

Commit

Permalink
CI: bump actions/github-script to v7 (#7468)
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 25, 2023
1 parent 7735bbf commit 0bc713d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ runs:
using: "composite"
steps:
- name: Resolve PHP tools flag
uses: actions/github-script@v6
uses: actions/github-script@v7
id: setup-php-resolve-tools
with:
script: 'return "${{ inputs.composer-flex-with-symfony-version }}" ? "flex" : "none"'
result-encoding: string

- name: Resolve PHP coverage flag
uses: actions/github-script@v6
uses: actions/github-script@v7
id: setup-php-resolve-coverage
with:
script: 'return "${{ inputs.php-coverage }}" == "yes" ? "pcov" : "none"'
Expand Down

0 comments on commit 0bc713d

Please sign in to comment.