Skip to content

Commit da47a41

Browse files
chore: Bump "actions/checkout" to v4 (#16)
Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
1 parent 4a5ced7 commit da47a41

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@v3
11+
- uses: actions/checkout@v4
1212
- uses: shivammathur/setup-php@v2
1313
with:
1414
php-version: '8.1'
@@ -39,7 +39,7 @@ jobs:
3939
- php-version: '8.2'
4040
- php-version: '8.3'
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
- uses: shivammathur/setup-php@v2
4444
with:
4545
php-version: ${{ matrix.php-version }}

0 commit comments

Comments
 (0)