Skip to content

Commit b9a83d9

Browse files
github-actions(deps): bump actions/checkout from 4 to 5 (#192)
1 parent 44b5818 commit b9a83d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

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

1515
steps:
1616
- name: 'Checkout code'
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: 'Install PHP'
2020
uses: shivammathur/setup-php@v2
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: 'Checkout code'
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545

4646
- name: 'Install PHP'
4747
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)