Skip to content

Commit 1da29c3

Browse files
authored
Merge branch 'master' into fix2
2 parents 6f2daed + c0d5054 commit 1da29c3

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.5'
@@ -37,7 +37,7 @@ jobs:
3737
- php-version: '8.4'
3838
- php-version: '8.5'
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v6
4141
- uses: shivammathur/setup-php@v2
4242
with:
4343
php-version: ${{ matrix.php-version }}

0 commit comments

Comments
 (0)