Skip to content

Commit cfcb457

Browse files
Update actions/checkout action to v4
1 parent c1bd7f7 commit cfcb457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id-token: none
2929

3030
steps:
31-
- uses: actions/checkout@v3.0.0
31+
- uses: actions/checkout@v4.1.2
3232

3333
- name: Login to GitHub
3434
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)