From a454069cad227bbd6167010294606ee78082ca0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 08:56:27 +0000 Subject: [PATCH] Bump actions/checkout from 3.1.0 to 3.5.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.1.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/qa.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63bf5a1..66b2827 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.0 - name: Build uses: elgohr/Publish-Docker-Github-Action@master with: diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index b7f014e..bf118ec 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.0 - name: Install PHP uses: shivammathur/setup-php@v2