From d511816cd25cf48981dad804f0331093b48928ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:33:16 +0200 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#13) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 86bca84..f247131 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - "8.1" steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "shivammathur/setup-php@v2" with: coverage: "none" @@ -47,7 +47,7 @@ jobs: code-coverage: "pcov" steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "shivammathur/setup-php@v2" with: coverage: "${{ matrix.code-coverage }}" @@ -80,7 +80,7 @@ jobs: - "8.1" steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "shivammathur/setup-php@v2" with: coverage: "none" @@ -101,7 +101,7 @@ jobs: - "8.1" steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "shivammathur/setup-php@v2" with: coverage: "none"