From dee970fd55df9650265eff3d849b72d1c06dbeb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:11:18 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto_cherry_pick.yml | 2 +- .github/workflows/dispatch_release.yml | 2 +- .github/workflows/merge_to_master.yml | 2 +- .github/workflows/pull_requests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index c947283b..3d6846d3 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -45,7 +45,7 @@ jobs: with: swap-size-gb: 10 ## Nailgun Repo Checkout - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: ${{ startsWith(matrix.label, '6.') && matrix.label != github.base_ref }} with: fetch-depth: 0 diff --git a/.github/workflows/dispatch_release.yml b/.github/workflows/dispatch_release.yml index dc57c0bc..51b6b909 100644 --- a/.github/workflows/dispatch_release.yml +++ b/.github/workflows/dispatch_release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Git User setup run: "git config --local user.email Satellite-QE.satqe.com && git config --local user.name Satellite-QE" diff --git a/.github/workflows/merge_to_master.yml b/.github/workflows/merge_to_master.yml index 3c694519..94df7b41 100644 --- a/.github/workflows/merge_to_master.yml +++ b/.github/workflows/merge_to_master.yml @@ -18,7 +18,7 @@ jobs: python-version: ['3.10', '3.11'] steps: - name: Checkout Nailgun - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 2 diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 6356680c..a6daf691 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -17,7 +17,7 @@ jobs: python-version: ['3.10', '3.11'] steps: - name: Checkout Nailgun - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 2