Skip to content

Commit cc3c9b5

Browse files
authored
Merge pull request #102 from hexlet-components/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents d2a4820 + 7140da2 commit cc3c9b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
php-versions: ['8.4']
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121

2222
- name: Set up PHP ${{ matrix.php-versions }}
2323
uses: shivammathur/setup-php@v2
@@ -46,7 +46,7 @@ jobs:
4646
if: ${{ github.event_name == 'push' }}
4747

4848
steps:
49-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v6
5050

5151
- name: Log in to GitHub Container Registry
5252
uses: docker/login-action@v3

0 commit comments

Comments
 (0)