Skip to content

Commit 23d3210

Browse files
authored
Merge pull request #3 from bedita/dependabot/github_actions/gh-actions-76468cb07f
build(deps): bump actions/checkout from 5 to 6 in the gh-actions group
2 parents 3c0b0ec + c7d9b47 commit 23d3210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: 'Checkout current revision'
54-
uses: 'actions/checkout@v5'
54+
uses: 'actions/checkout@v6'
5555

5656
- name: 'Setup PHP'
5757
uses: 'shivammathur/setup-php@v2'
@@ -103,7 +103,7 @@ jobs:
103103

104104
steps:
105105
- name: 'Checkout current revision'
106-
uses: 'actions/checkout@v5'
106+
uses: 'actions/checkout@v6'
107107

108108
- name: 'Setup PHP'
109109
uses: 'shivammathur/setup-php@v2'

0 commit comments

Comments
 (0)