Skip to content

Commit 9141300

Browse files
authored
update versions
1 parent 295f5b0 commit 9141300

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check_pull_requests_for_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
deploy-book:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616

1717
# Install dependencies
1818
- name: Set up Python 3.7
19-
uses: actions/setup-python@v1
19+
uses: actions/setup-python@v5
2020
with:
21-
python-version: 3.7
21+
python-version: 3.12
2222

2323
- name: Install dependencies
2424
run: |

0 commit comments

Comments
 (0)