Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozumi committed Jun 17, 2024
1 parent e10775d commit e3a4447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- uses: kurozumi/eccube-plugin-phpstan@v1
- uses: kurozumi/eccube-plugin-phpstan@v1.0.1
with:
plugin-code: ${{ env.PLUGIN_CODE }}
plugin-package-name: ${{ env.PLUGIN_PACKAGE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- uses: kurozumi/eccube-plugin-test@v1
- uses: kurozumi/eccube-plugin-test@v1.0.1
with:
plugin-code: ${{ env.PLUGIN_CODE }}
plugin-package-name: ${{ env.PLUGIN_PACKAGE_NAME }}
Expand Down

0 comments on commit e3a4447

Please sign in to comment.