diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63bf5a1..e8166bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: if: github.repository == 'phpDocumentor/coding-standard' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.5.2 - name: Build uses: elgohr/Publish-Docker-Github-Action@master with: diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index b7f014e..8a6ee74 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.5.2 - name: Install PHP uses: shivammathur/setup-php@v2