Skip to content

Commit 9cf54c0

Browse files
committed
build: Bump GitHub Actions (Same changes as #7704)
1 parent 99a4219 commit 9cf54c0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
doc-type: ['HTML', 'EPUB', 'PDF']
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
24+
25+
- uses: actions/setup-python@v5
2426
with:
2527
fetch-depth: 1
2628

.github/workflows/deploy_2x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Cloning repo
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)