Skip to content

Commit

Permalink
Use GitHub Checkout Action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Sep 4, 2023
1 parent 417b87f commit ed837db
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 ed837db

Please sign in to comment.