Skip to content

Commit ada042d

Browse files
chore: bump actions/checkout from 5 to 6 (#21)
1 parent 6a3c40a commit ada042d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
php: [7.2]
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- name: Setup PHP, with composer and extensions
2525
uses: shivammathur/setup-php@v2
@@ -44,7 +44,7 @@ jobs:
4444

4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@v6
4848

4949
- name: Setup PHP, with composer and extensions
5050
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)