Skip to content

Commit c0d5054

Browse files
authored
upgrade actions/ (#31)
1 parent 11bba91 commit c0d5054

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
@@ -8,7 +8,7 @@ jobs:
88
analyse:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- uses: shivammathur/setup-php@v2
1313
with:
1414
php-version: '8.1'
@@ -41,7 +41,7 @@ jobs:
4141
- php-version: '8.4'
4242
- php-version: '8.5'
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v6
4545
- uses: shivammathur/setup-php@v2
4646
with:
4747
php-version: ${{ matrix.php-version }}

0 commit comments

Comments
 (0)