Skip to content

Commit f65eb03

Browse files
Bump actions/checkout from 3 to 4 (#1249)
1 parent 2dc4388 commit f65eb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-new-pr-to-oss-triaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
is_external_pr: ${{ steps.check-external-pr.outputs.is_external_pr }}
2020
steps:
2121
- name: Check out code
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
- id: check-external-pr
2424
run: |
2525
set -uo pipefail

0 commit comments

Comments
 (0)