Skip to content

Commit a920b84

Browse files
authored
Merge pull request #124 from Kit/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents b8622ad + 1a6f4fb commit a920b84

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

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

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
# Checkout (copy) this repository's Plugin to this VM.
1919
- name: Checkout Plugin
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121

2222
# Installs required packages that must be included in the Plugin
2323
# as specified in composer.json's "require" section.

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# Checkout Plugin to /home/runner/work/convertkit-wpforms/convertkit-wpforms/convertkit-wpforms
7272
# We cannot checkout to ${{ env.PLUGIN_DIR }} as GitHub Actions require it be first placed in /home/runner/work/repo/repo
7373
- name: Checkout Plugin
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v6
7575
with:
7676
path: /home/runner/work/convertkit-wpforms/convertkit-wpforms/convertkit-wpforms
7777

0 commit comments

Comments
 (0)