From 05f80f292cb471fbf25b4a0ca37defb3cf1ce3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:46:43 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/quality.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 0adc327f..6e4582f6 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: 👀 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🪄 Setup uses: ./.github/actions/setup - name: 🔮 Install Composer Dependencies @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: 👀 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🪄 Setup uses: ./.github/actions/setup - name: 🔮 Install Composer Dependencies @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: 👀 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🪄 Setup uses: ./.github/actions/setup - name: 🕵️‍♂️ Run Composer Validate