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)"