Skip to content

Commit 368bcdc

Browse files
committed
Merge branch 'master' of https://github.com/JamesHeinrich/getID3
2 parents a56ab68 + 96b6b00 commit 368bcdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
experimental: true
3333
composer-options: "--ignore-platform-reqs"
3434
steps:
35-
- uses: "actions/checkout@v5"
35+
- uses: "actions/checkout@v6"
3636
- uses: "shivammathur/setup-php@v2"
3737
with:
3838
php-version: "${{ matrix.php-version }}"
@@ -48,7 +48,7 @@ jobs:
4848
name: "Static Analysis"
4949
runs-on: "ubuntu-latest"
5050
steps:
51-
- uses: "actions/checkout@v5"
51+
- uses: "actions/checkout@v6"
5252
- uses: "shivammathur/setup-php@v2"
5353
with:
5454
php-version: "8.4"

0 commit comments

Comments
 (0)