Skip to content

Commit

Permalink
Merge pull request #134 from Yoast/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

GH Actions: Bump actions/checkout from 3 to 4
  • Loading branch information
enricobattocchi authored Oct 2, 2023
2 parents 68f867b + 77d9cfc commit ef3fa0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit ef3fa0e

Please sign in to comment.