Skip to content

Commit d7f3511

Browse files
authored
Bump action version and add ci timeouts (#104)
1 parent 21362f1 commit d7f3511

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/documentation-links.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ permissions:
1010
jobs:
1111
documentation-links:
1212
runs-on: ubuntu-latest
13+
timeout-minutes: 10
1314
steps:
1415
- uses: readthedocs/actions/preview@v1
1516
with:
1617
project-slug: "docs-community"
18+
single-version: "true"

.github/workflows/lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ permissions:
88
jobs:
99
lint:
1010
runs-on: ubuntu-latest
11+
timeout-minutes: 10
1112

1213
steps:
1314
- uses: actions/checkout@v4

.github/workflows/test-build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ jobs:
66
build-sphinx:
77
name: Build with Sphinx
88
runs-on: ubuntu-latest
9+
timeout-minutes: 10
910

1011
steps:
1112
- name: Check out repository
12-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1314

1415
- name: Set up Python 3
1516
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)