Skip to content

Commit 8d3cdcc

Browse files
authored
Merge pull request #70 from leasingninja/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents e45499a + ae540b4 commit 8d3cdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

1010
steps:
1111
- name: Checkout source code
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313

1414
- name: Setup PHP with tools
1515
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)