diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index b41efe9..eed4ca3 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -124,7 +124,7 @@ jobs: return "ok" # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: fetch-depth: 0 # Creates a branch with other PR branches merged together diff --git a/.github/workflows/openai-review.yml b/.github/workflows/openai-review.yml index 72d13ea..4437df8 100644 --- a/.github/workflows/openai-review.yml +++ b/.github/workflows/openai-review.yml @@ -20,7 +20,7 @@ jobs: review: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: repository: ${{github.event.pull_request.head.repo.full_name}} ref: ${{github.event.pull_request.head.ref}}