Skip to content

Commit 62f828c

Browse files
authored
Update pull.yml to use actions/checkout@v4
this is required, since v1 and v2 are deprecated see https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
1 parent 1360f37 commit 62f828c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222

2323
# The same command that users can use locally is used to build documentation.
2424
- name: Build documentation

0 commit comments

Comments
 (0)