Skip to content

Commit e0dfff7

Browse files
committed
Use plugin-check-action 1.1.5
1 parent 7e71c53 commit e0dfff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/plugin-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
unzip "${{ runner.temp }}/${{ env.PLUGIN_SLUG }}.zip" -d "${{ runner.temp }}/build"
5555
5656
- name: Run plugin check
57-
uses: wordpress/plugin-check-action@v1.1.4
57+
uses: wordpress/plugin-check-action@v1.1.5
5858
with:
5959
build-dir: "${{ runner.temp }}/build/${{ env.PLUGIN_SLUG }}"

0 commit comments

Comments
 (0)