Skip to content

Commit dd7409b

Browse files
authored
Merge pull request #16 from hexlet-components/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 490b760 + 35f539b commit dd7409b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616

1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)