From 2e3e883889d7df4c324401843e17c01854f27d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 20:16:54 +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/combine_prs.yml | 2 +- .github/workflows/redrover_generate_standards.yml | 2 +- .github/workflows/redrover_review.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/combine_prs.yml b/.github/workflows/combine_prs.yml index 97996954..4ea356d6 100644 --- a/.github/workflows/combine_prs.yml +++ b/.github/workflows/combine_prs.yml @@ -122,7 +122,7 @@ jobs: return "ok" # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Creates a branch with other PR branches merged together diff --git a/.github/workflows/redrover_generate_standards.yml b/.github/workflows/redrover_generate_standards.yml index 2ec19638..e7ef32a2 100644 --- a/.github/workflows/redrover_generate_standards.yml +++ b/.github/workflows/redrover_generate_standards.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v2 diff --git a/.github/workflows/redrover_review.yml b/.github/workflows/redrover_review.yml index 285a5d47..ec97a5e5 100644 --- a/.github/workflows/redrover_review.yml +++ b/.github/workflows/redrover_review.yml @@ -21,7 +21,7 @@ jobs: review: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Read file id: file run: echo "::set-output name=content::$(cat red_rover/custom_prompt.txt)"