Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 707096b

Browse files
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](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91180ab commit 707096b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/combine-prs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
return "ok"
124124
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
125-
- uses: actions/checkout@v3
125+
- uses: actions/checkout@v4
126126
with:
127127
fetch-depth: 0
128128
# Creates a branch with other PR branches merged together

.github/workflows/openai-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
review:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
repository: ${{github.event.pull_request.head.repo.full_name}}
2727
ref: ${{github.event.pull_request.head.ref}}

0 commit comments

Comments
 (0)