Skip to content

Commit 7f4972c

Browse files
Update actions/checkout action to v3.1.0
1 parent 1bfc81a commit 7f4972c

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@v3.1.0
3232

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

0 commit comments

Comments
 (0)