Skip to content

Commit

Permalink
Merge pull request #29 from dimitriBouteille/renovate/actions-checkou…
Browse files Browse the repository at this point in the history
…t-4.x

Update actions/checkout action to v4
  • Loading branch information
dimitriBouteille authored Mar 9, 2024
2 parents f85f4b5 + ccdf240 commit e829d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

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

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

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

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

0 comments on commit e829d66

Please sign in to comment.