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