Skip to content

Commit 3a9142b

Browse files
Update actions/checkout action to v4
1 parent 2384322 commit 3a9142b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
31+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3232

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

0 commit comments

Comments
 (0)