Skip to content

Commit

Permalink
#50 checkoutアクションをバージョン指定
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Jul 19, 2023
1 parent 6b2758c commit 87e8427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
MYSQL_AUTHENTICATION_PLUGIN: mysql_native_password
name: UnitTest on WordPress ${{ matrix.wp }} in PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3

- name: Setup PHP with composer v2
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
name: Check Assets
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3

- name: Install Node
uses: actions/setup-node@v3
Expand All @@ -101,7 +101,7 @@ jobs:
if: contains(github.ref, 'tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3

- name: Setup PHP with composer v2
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 87e8427

Please sign in to comment.