ci: update actions/checkout to v4
This commit is contained in:
parent
633da4086d
commit
7fd7be6c19
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
php: [ '5.6', '7.4', '8.0', '8.1', '8.2' ]
|
php: [ '5.6', '7.4', '8.0', '8.1', '8.2' ]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
|
@ -8,7 +8,7 @@ jobs:
|
|||||||
name: Push to stable
|
name: Push to stable
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Clean README.md
|
- name: Clean README.md
|
||||||
run: tail -n +6 README.md > README.md.tmp && mv README.md.tmp README.md
|
run: tail -n +6 README.md > README.md.tmp && mv README.md.tmp README.md
|
||||||
- name: WordPress.org plugin asset/readme update
|
- name: WordPress.org plugin asset/readme update
|
||||||
|
@ -9,7 +9,7 @@ jobs:
|
|||||||
name: New tag
|
name: New tag
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Clean README.md
|
- name: Clean README.md
|
||||||
run: tail -n +6 README.md > README.md.tmp && mv README.md.tmp README.md
|
run: tail -n +6 README.md > README.md.tmp && mv README.md.tmp README.md
|
||||||
- name: WordPress Plugin Deploy
|
- name: WordPress Plugin Deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user