From 21b850ff24c3b8d58db24c5cfb46582549e84fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 06:52:02 +0000 Subject: [PATCH] Chore: 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/moveFilesToAnotherBranch.yaml | 2 +- .github/workflows/updateLicenseYear.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/moveFilesToAnotherBranch.yaml b/.github/workflows/moveFilesToAnotherBranch.yaml index 95d1147..b1b9eec 100644 --- a/.github/workflows/moveFilesToAnotherBranch.yaml +++ b/.github/workflows/moveFilesToAnotherBranch.yaml @@ -15,7 +15,7 @@ jobs: moveFilesToAnotherBranch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Move files to another branch run: | # Add metadata about committer diff --git a/.github/workflows/updateLicenseYear.yaml b/.github/workflows/updateLicenseYear.yaml index cea6a0b..517884c 100644 --- a/.github/workflows/updateLicenseYear.yaml +++ b/.github/workflows/updateLicenseYear.yaml @@ -9,7 +9,7 @@ jobs: update-license-year: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: FantasticFiasco/action-update-license-year@v3