diff --git a/.github/workflows/cs-lint.yml b/.github/workflows/cs-lint.yml index 43b01ca..848583a 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@v5 + uses: actions/checkout@v6 # 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 5c0f81e..d93e1b3 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@v5 + uses: actions/checkout@v6 - name: Install SVN (Subversion) run: | diff --git a/.github/workflows/integrations.yml b/.github/workflows/integrations.yml index 0cffe7b..3ceccf3 100644 --- a/.github/workflows/integrations.yml +++ b/.github/workflows/integrations.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install wordpress environment run: npm install -g @wordpress/env