Skip to content

Commit ca9f7ca

Browse files
authored
Merge pull request #20 from socialpostflow/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 212c274 + ebcd5a3 commit ca9f7ca

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
@@ -67,7 +67,7 @@ jobs:
6767

6868
# Checkout (copy) this repository's Plugin to this VM.
6969
- name: Checkout Plugin
70-
uses: actions/checkout@v6
70+
uses: actions/checkout@v7
7171
with:
7272
path: ${{ env.PLUGIN_DIR }}
7373

.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@v6
20+
uses: actions/checkout@v7
2121

2222
# Deploy to wordpress.org, if expected files exist.
2323
- name: WordPress Plugin Deploy

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Checkout Plugin to Working Directory
6666
# We cannot checkout to ${{ env.PLUGIN_DIR }} as GitHub Actions require it be first placed in /home/runner/work/repo/repo
6767
- name: Checkout Plugin
68-
uses: actions/checkout@v6
68+
uses: actions/checkout@v7
6969
with:
7070
path: ${{ env.WORKING_DIR }}
7171

0 commit comments

Comments
 (0)