Skip to content

Commit 707a2fe

Browse files
removing node for checkout
1 parent 1587e59 commit 707a2fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs: # This workflow contains a single
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23-
- uses: actions/checkout@v3
24-
with:
25-
node-version: 20.x
23+
- uses: actions/checkout@v4
2624
- uses: actions/setup-python@v4
2725
with:
2826
python-version: '3.12'

0 commit comments

Comments
 (0)