Skip to content

Commit 57693fe

Browse files
authored
Merge pull request #57 from Yoast/dependabot/github_actions/actions/checkout-4
GH Actions: Bump actions/checkout from 3 to 4
2 parents b65370b + bc4b32f commit 57693fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Install PHP
2020
uses: shivammathur/setup-php@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout code
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939

4040
- name: Install PHP
4141
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)