Skip to content

Commit 63a13e4

Browse files
authored
Merge pull request #7831 from ampproject/update/workflows
Update workflows
2 parents e9feefd + f23804b commit 63a13e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-php-composer/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
using: 'composite'
2525
steps:
2626
- name: Setup PHP
27-
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d #2.30.0
27+
uses: shivammathur/setup-php@2e947f1f6932d141d076ca441d0e1e881775e95b #2.31.0
2828
with:
2929
php-version: ${{ inputs.php-version }}
3030
extensions: ${{ inputs.extensions }}

.github/workflows/build-test-measure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
github.event.pull_request.user.login == 'dependabot[bot]' )
106106
uses: ataylorme/eslint-annotate-action@d57a1193d4c59cbfbf3f86c271f42612f9dbd9e9 #3.0.0
107107
with:
108-
repo-token: '${{ secrets.GITHUB_TOKEN }}'
108+
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
109109
report-json: 'lint-js-report.json'
110110

111111
#-----------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)