From 372f860487f6ea5e462023ca72573af309e87cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 19:02:13 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 3.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.2.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/v2.3.4...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/analyze.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 0d8e2b2..d17157b 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -32,7 +32,7 @@ jobs: php-versions: ['7.3', '7.4', '8.0'] steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.2.0 - name: Setup PHP uses: shivammathur/setup-php@2.13.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b5ede3e..508e872 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.2.0 - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@2.13.0