diff --git a/.github/workflows/cs-lint.yml b/.github/workflows/cs-lint.yml index 91c4721..43b01ca 100644 --- a/.github/workflows/cs-lint.yml +++ b/.github/workflows/cs-lint.yml @@ -49,7 +49,7 @@ jobs: uses: korelstar/xmllint-problem-matcher@v1 - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Install dependencies and handle caching in one go. # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f9516f9..5c0f81e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install SVN (Subversion) run: | diff --git a/.github/workflows/integrations.yml b/.github/workflows/integrations.yml index f9f0caf..4cdb9e7 100644 --- a/.github/workflows/integrations.yml +++ b/.github/workflows/integrations.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup PHP ${{ matrix.php }} uses: shivammathur/setup-php@v2