Skip to content

Commit

Permalink
Merge pull request #99 from ConvertKit/github-checkout-action-v4
Browse files Browse the repository at this point in the history
Use GitHub Checkout Action v4
  • Loading branch information
n7studios authored Sep 6, 2023
2 parents 417b87f + ed837db commit 47e0807
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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@v2
uses: actions/checkout@v4
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@v2
uses: actions/checkout@v4

# 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/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

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

Expand Down

0 comments on commit 47e0807

Please sign in to comment.