From b69e50bd0a6ceafaeeabe14fb0aaebc3c57e4cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 17:20:50 +0000 Subject: [PATCH] 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/CITest.yml | 2 +- .github/workflows/Test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CITest.yml b/.github/workflows/CITest.yml index 714bcd1..bb05c52 100644 --- a/.github/workflows/CITest.yml +++ b/.github/workflows/CITest.yml @@ -27,7 +27,7 @@ jobs: testMode: - editmode steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache@v3 with: path: ${{ matrix.projectPath }}/Library diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 091ee79..41e6ae2 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -27,7 +27,7 @@ jobs: testMode: - editmode steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache@v3 with: path: ${{ matrix.projectPath }}/Library