diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index d8cce19..e22c479 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -34,7 +34,7 @@ jobs: steps: - name: 'Checkout current revision' - uses: 'actions/checkout@v5' + uses: 'actions/checkout@v6' - name: 'Composer config GH token if available' run: 'if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi'