Skip to content

Commit 5c6a5ac

Browse files
authored
Merge pull request #232 from lightspeedwp/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 9217ebf + b73e4f1 commit 5c6a5ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-php.yml

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

99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212

1313
- name: Set PHP version
1414
uses: shivammathur/setup-php@v2

.github/workflows/starkflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Checkout code
2323
id: code-checkout
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Audit
2727
id: stark

0 commit comments

Comments
 (0)