File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 74
74
75
75
- name : " Setup CI environment 🛠"
76
76
# Important: make sure to update the SHA after making any changes to the set-dev-env action
77
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
77
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
78
78
with :
79
79
python-version : ${{ matrix.python-version }}
80
80
pandoc : true
@@ -125,7 +125,7 @@ jobs:
125
125
persist-credentials : false
126
126
127
127
- name : " Setup CI environment 🛠"
128
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
128
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
129
129
with :
130
130
python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
131
131
@@ -181,7 +181,7 @@ jobs:
181
181
persist-credentials : false
182
182
183
183
- name : " Setup CI environment 🛠"
184
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
184
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
185
185
with :
186
186
# 3.12 is not supported by py-spy yet
187
187
python-version : " 3.11"
Original file line number Diff line number Diff line change 48
48
persist-credentials : false
49
49
50
50
- name : " Setup CI environment 🛠"
51
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
51
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
52
52
with :
53
53
python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
54
54
pandoc : true
Original file line number Diff line number Diff line change 61
61
62
62
- name : " Setup CI environment 🛠"
63
63
# Important: make sure to update the SHA after making any changes to the set-dev-env action
64
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
64
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
65
65
with :
66
66
python-version : ${{ matrix.python-version }}
67
67
pandoc : true
92
92
93
93
- name : " Setup CI environment 🛠"
94
94
# Important: make sure to update the SHA after making any changes to the set-dev-env action
95
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
95
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
96
96
with :
97
97
python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
98
98
@@ -129,7 +129,7 @@ jobs:
129
129
130
130
- name : " Setup CI environment 🛠"
131
131
# Important: make sure to update the SHA after making any changes to the set-dev-env action
132
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
132
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
133
133
134
134
- name : " Check for broken links 🔗"
135
135
run : python -Im tox run -e docs-linkcheck
Original file line number Diff line number Diff line change 31
31
32
32
- name : " Setup CI environment 🛠"
33
33
# Important: make sure to update the SHA after making any changes to the set-dev-env action
34
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
34
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
35
35
with :
36
36
python-version : ${{ matrix.python-version }}
37
37
pandoc : true
Original file line number Diff line number Diff line change 19
19
# calls our general CI workflows (tests, coverage, profile, etc.)
20
20
tests :
21
21
# Important: make sure to update the SHA after making any changes to the CI workflow
22
- uses : pydata/pydata-sphinx-theme/.github/workflows/CI.yml@ac57147185b6f9400cafbcd852e04345e5e841b7
22
+ uses : pydata/pydata-sphinx-theme/.github/workflows/CI.yml@469e90895696e21b765121e952d84ea82c71410c
23
23
# only run this workflow for pydata owned repositories (avoid forks)
24
24
if : github.repository_owner == 'pydata'
25
25
# needed for the coverage action
30
30
# calls our docs workflow (build docs, check broken links, lighthouse)
31
31
docs :
32
32
# Important: make sure to update the SHA after making any changes to the docs workflow
33
- uses : pydata/pydata-sphinx-theme/.github/workflows/docs.yml@3e74810e3ad3778c179f3f836409540e0a3bf0f1
33
+ uses : pydata/pydata-sphinx-theme/.github/workflows/docs.yml@469e90895696e21b765121e952d84ea82c71410c
34
34
# only run this workflow for pydata owned repositories (avoid forks)
35
35
if : github.repository_owner == 'pydata'
36
36
You can’t perform that action at this time.
0 commit comments