From c92d734de74e88f641e83678716335e44d14dd14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 03:13:20 +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/tn-p1.yml | 2 +- .github/workflows/tn-snapshot.yml | 2 +- .github/workflows/tn.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tn-p1.yml b/.github/workflows/tn-p1.yml index 7c775683..417ee1f5 100644 --- a/.github/workflows/tn-p1.yml +++ b/.github/workflows/tn-p1.yml @@ -23,7 +23,7 @@ jobs: checks: write pull-requests: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: diff --git a/.github/workflows/tn-snapshot.yml b/.github/workflows/tn-snapshot.yml index b15a13d8..ef25203e 100644 --- a/.github/workflows/tn-snapshot.yml +++ b/.github/workflows/tn-snapshot.yml @@ -12,7 +12,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: diff --git a/.github/workflows/tn.yml b/.github/workflows/tn.yml index 5749b958..51e8f6f5 100644 --- a/.github/workflows/tn.yml +++ b/.github/workflows/tn.yml @@ -26,7 +26,7 @@ jobs: # dependabot created branch has a very long name, which will cause issue for SonarCloud if: "!startsWith(github.head_ref, 'dependabot/')" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - uses: actions/download-artifact@v3 @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' && (contains(fromJson('["main", "ci-testing"]'), github.ref_name) || github.ref_type == 'tag' ) steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/download-artifact@v3 with: name: token-negotiator-dist