Skip to content

Commit dbcd56c

Browse files
authored
Merge pull request #17 from PHPCSStandards/dependabot/github_actions/actions/checkout-5
GH Actions: Bump actions/checkout from 4 to 5
2 parents d5a23b2 + 61860c6 commit dbcd56c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

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

3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838

3939
- name: Validate XSD file [1]
4040
uses: ./
@@ -237,7 +237,7 @@ jobs:
237237

238238
steps:
239239
- name: Checkout
240-
uses: actions/checkout@v4
240+
uses: actions/checkout@v5
241241

242242
- name: Run the test
243243
id: xmllint-validate

0 commit comments

Comments
 (0)