Skip to content

Commit cf8be39

Browse files
chore(deps): update github actions to v7
1 parent 2686fd6 commit cf8be39

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
working-directory: website
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030

3131
- name: Setup Node.js
3232
uses: actions/setup-node@v6

.github/workflows/phpunit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout code
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737

3838
- name: Setup PHP ${{ matrix.php-version }}
3939
uses: shivammathur/setup-php@v2
@@ -57,19 +57,19 @@ jobs:
5757
run: composer install --prefer-dist --no-progress
5858

5959
- name: Checkout WordPress develop
60-
uses: actions/checkout@v6
60+
uses: actions/checkout@v7
6161
with:
6262
repository: WordPress/wordpress-develop
6363
path: wordpress-develop
6464

6565
- name: Checkout database-module
66-
uses: actions/checkout@v6
66+
uses: actions/checkout@v7
6767
with:
6868
repository: TangibleInc/database-module
6969
path: database-module
7070

7171
- name: Checkout fields
72-
uses: actions/checkout@v6
72+
uses: actions/checkout@v7
7373
with:
7474
repository: TangibleInc/fields
7575
path: fields

0 commit comments

Comments
 (0)