You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ You might want to use action called [@actions/checkout](https://github.com/actio
160
160
161
161
```yml
162
162
steps:
163
-
- uses: actions/checkout@v3 # Uploads repository content to the runner
163
+
- uses: actions/checkout@v4 # Uploads repository content to the runner
164
164
with:
165
165
repository: "owner/repositoryName" # The one of the available inputs, visit https://github.com/actions/checkout#readme to find more
0 commit comments