mirror of
https://github.com/ivuorinen/xkcd-Mailer.git
synced 2026-03-01 00:58:24 +00:00
Merge pull request #8 from ivuorinen/renovate/actions-checkout-3.x
Update actions/checkout action to v3
This commit is contained in:
2
.github/workflows/phpcs.yml
vendored
2
.github/workflows/phpcs.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Validate composer.json and composer.lock
|
- name: Validate composer.json and composer.lock
|
||||||
run: composer validate
|
run: composer validate
|
||||||
|
|||||||
Reference in New Issue
Block a user