Skip to content

Commit dea922d

Browse files
authored
Merge pull request #126 from Kit/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 7793b11 + 3adb10f commit dea922d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
# Checkout (copy) this repository's Plugin to this VM.
3131
- name: Checkout Code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333

3434
# Install PHP version
3535
- name: Install PHP

0 commit comments

Comments
 (0)