diff --git a/.github/workflows/cs-lint.yml b/.github/workflows/cs-lint.yml index 6cb482b..7a215e8 100644 --- a/.github/workflows/cs-lint.yml +++ b/.github/workflows/cs-lint.yml @@ -37,7 +37,7 @@ jobs: uses: korelstar/xmllint-problem-matcher@1bd292d642ddf3d369d02aaa8b262834d61198c0 # v1.2.0 - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v6.0.2 # Validate the composer.json file. # @link https://getcomposer.org/doc/03-cli.md#validate diff --git a/.github/workflows/integrations.yml b/.github/workflows/integrations.yml index fca5bf4..477f9ac 100644 --- a/.github/workflows/integrations.yml +++ b/.github/workflows/integrations.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v6.0.2 - name: Setup PHP ${{ matrix.php }} uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1