Skip to content

Commit 5194098

Browse files
authored
Merge pull request #791 from Adyen/format-action-workflow
Format: update Composer version
2 parents 1d346a6 + 7e419a3 commit 5194098

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/format.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,22 @@ jobs:
1212
contents: write
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15+
- uses: actions/checkout@v4
1616
with:
1717
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
18+
1819
- name: Setup PHP
1920
uses: shivammathur/setup-php@v2
2021
with:
2122
php-version: 8.2
22-
tools: composer:v1
23+
tools: composer:v2
24+
2325
- name: Install dependencies
2426
run: composer install --prefer-dist --no-progress
27+
2528
- name: Run PHP Code Sniffer
2629
run: composer run fmt || true
30+
2731
- run: |
2832
git config user.name AdyenAutomationBot
2933
git config user.email "${{ secrets.ADYEN_AUTOMATION_BOT_EMAIL }}"

0 commit comments

Comments
 (0)