Skip to content

Commit

Permalink
update actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Oct 10, 2024
1 parent 1a125e0 commit df89a33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

name: PHP ${{ matrix.php }} / WP ${{ matrix.wp }} Test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@master
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
name: PHP lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
runs-on: ubuntu-latest
needs: [test,lint]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
if: contains(github.ref, 'tags/')
run: |
Expand Down

0 comments on commit df89a33

Please sign in to comment.