Skip to content

Commit 96eb067

Browse files
chore: bump actions/checkout from 3 to 5 (#16)
1 parent 4aa360e commit 96eb067

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
@@ -13,7 +13,7 @@ jobs:
1313
php-versions: ["7.2"]
1414
runs-on: ${{ matrix.operating-system }}
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v5
1717

1818
- name: Setup PHP, with composer and extensions
1919
uses: shivammathur/setup-php@v2
@@ -55,7 +55,7 @@ jobs:
5555

5656
runs-on: ${{ matrix.operating-system }}
5757
steps:
58-
- uses: actions/checkout@v3
58+
- uses: actions/checkout@v5
5959

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

0 commit comments

Comments
 (0)