From 6eef5e4e5f09ff4a2a10e47943546ed6bc63458a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 02:07:04 +0000 Subject: [PATCH 1/2] Bump actions/checkout from 3.6.0 to 4.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.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.6.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f89d131f..4d6b956dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: experimental: false steps: - name: Checkout - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: fetch-depth: 0 @@ -112,7 +112,7 @@ jobs: if: always() && contains('success,failure', needs.unit-tests.result) steps: - name: Checkout - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: fetch-depth: 0 From 6d8205a8296f7db3cf4ad4643b07541493f6a477 Mon Sep 17 00:00:00 2001 From: "Dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 02:07:22 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/1443.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/1443.misc.rst diff --git a/changes/1443.misc.rst b/changes/1443.misc.rst new file mode 100644 index 000000000..5ba9f597d --- /dev/null +++ b/changes/1443.misc.rst @@ -0,0 +1 @@ +Updated actions/checkout from 3.6.0 to 4.0.0.