Skip to content

Commit 824d9a6

Browse files
authored
Merge pull request #1 from studio24/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6a5c14e + 08d8449 commit 824d9a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
# https://github.com/marketplace/actions/checkout
2020
- name: Checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
# https://github.com/marketplace/actions/setup-php-action
2424
- name: Setup PHP

0 commit comments

Comments
 (0)