Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

# Checkout (copy) this repository's Plugin to this VM.
- name: Checkout Plugin
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: ${{ env.PLUGIN_DIR }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Checkout (copy) this repository's Plugin to this VM.
- name: Checkout Plugin
uses: actions/checkout@v4
uses: actions/checkout@v6

# Installs required packages that must be included in the Plugin
# as specified in composer.json's "require" section.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-backward-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# Checkout Plugin to /home/runner/work/convertkit-wordpress/convertkit-wordpress/convertkit
# We cannot checkout to ${{ env.PLUGIN_DIR }} as GitHub Actions require it be first placed in /home/runner/work/repo/repo
- name: Checkout Plugin
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: /home/runner/work/convertkit-wordpress/convertkit-wordpress/convertkit

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
# Checkout Plugin to /home/runner/work/convertkit-wordpress/convertkit-wordpress/convertkit
# We cannot checkout to ${{ env.PLUGIN_DIR }} as GitHub Actions require it be first placed in /home/runner/work/repo/repo
- name: Checkout Plugin
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: /home/runner/work/convertkit-wordpress/convertkit-wordpress/convertkit

Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
steps:
# Checkout (copy) this repository's Plugin to this VM.
- name: Checkout Plugin
uses: actions/checkout@v4
uses: actions/checkout@v6

# Installs Kit WordPress Libraries.
- name: Run Composer
Expand Down