From c68f74ad440a7a174bea90c6f47c0b46c3f0695c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:14:47 +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/pre-release.yml | 2 +- .github/workflows/tagged-release.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index f23e720d..1c215c7b 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -16,7 +16,7 @@ jobs: steps: - name: 'Checkout source code' - uses: 'actions/checkout@v3' + uses: 'actions/checkout@v4' with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index eaac7c3e..6b2c1497 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: 'Checkout source code' - uses: 'actions/checkout@v3' + uses: 'actions/checkout@v4' with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7acd550a..f193c095 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: steps: - name: 'Checkout source code' - uses: 'actions/checkout@v3' + uses: 'actions/checkout@v4' with: lfs: true fetch-depth: 0