Skip to content

Commit 75cd222

Browse files
authored
Bump GitHub Actions dependencies (#489)
1 parent ccbbfe1 commit 75cd222

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
node-version: [24.x]
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818

1919
- name: Install pnpm
20-
uses: pnpm/action-setup@v4
20+
uses: pnpm/action-setup@v5
2121
with:
2222
version: 10.x.x
2323

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
php-versions: ['8.3', '8.4', '8.5']
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
with:
2121
ref: ${{ github.head_ref }}
2222

@@ -30,7 +30,7 @@ jobs:
3030
- name: Run php-cs-fixer
3131
uses: OskarStark/php-cs-fixer-ga@3.13.0
3232

33-
- uses: stefanzweifel/git-auto-commit-action@v5
33+
- uses: stefanzweifel/git-auto-commit-action@v7
3434
with:
3535
commit_message: Apply php-cs-fixer changes
3636

.github/workflows/test-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
node-version: [24.x]
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- name: Install pnpm
19-
uses: pnpm/action-setup@v4
19+
uses: pnpm/action-setup@v5
2020
with:
2121
version: 10.x.x
2222

0 commit comments

Comments
 (0)