File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
- package-ecosystem : " github-actions"
4
4
directory : " .github/workflows"
5
5
schedule :
6
- interval : " weekly "
6
+ interval : " monthly "
7
7
groups :
8
8
actions :
9
9
patterns :
Original file line number Diff line number Diff line change 46
46
os : ubuntu-latest
47
47
48
48
steps :
49
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
49
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
50
50
- name : Set up Python ${{ matrix.python-version }}
51
51
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
52
52
with :
Original file line number Diff line number Diff line change 24
24
shell : bash -l {0}
25
25
26
26
steps :
27
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
28
28
- uses : conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
29
29
with :
30
30
auto-update-conda : true
42
42
conda list
43
43
make -C site/ SPHINXOPTS="-nWT --keep-going" html
44
44
45
- - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
45
+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
46
46
with :
47
47
name : sphinx-build-artifact
48
48
path : site/_build/html/reports
You can’t perform that action at this time.
0 commit comments