diff --git a/.github/workflows/php-lint.yml b/.github/workflows/php-lint.yml index 0446eb7..8db0f7f 100644 --- a/.github/workflows/php-lint.yml +++ b/.github/workflows/php-lint.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up PHP uses: shivammathur/setup-php@v2