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 7474
7575 - name : " Setup CI environment 🛠"
7676 # 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
7878 with :
7979 python-version : ${{ matrix.python-version }}
8080 pandoc : true
@@ -125,7 +125,7 @@ jobs:
125125 persist-credentials : false
126126
127127 - 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
129129 with :
130130 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
131131
@@ -181,7 +181,7 @@ jobs:
181181 persist-credentials : false
182182
183183 - 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
185185 with :
186186 # 3.12 is not supported by py-spy yet
187187 python-version : " 3.11"
Original file line number Diff line number Diff line change 4848 persist-credentials : false
4949
5050 - 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
5252 with :
5353 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
5454 pandoc : true
Original file line number Diff line number Diff line change 6161
6262 - name : " Setup CI environment 🛠"
6363 # 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
6565 with :
6666 python-version : ${{ matrix.python-version }}
6767 pandoc : true
9292
9393 - name : " Setup CI environment 🛠"
9494 # 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
9696 with :
9797 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
9898
@@ -129,7 +129,7 @@ jobs:
129129
130130 - name : " Setup CI environment 🛠"
131131 # 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
133133
134134 - name : " Check for broken links 🔗"
135135 run : python -Im tox run -e docs-linkcheck
Original file line number Diff line number Diff line change 3131
3232 - name : " Setup CI environment 🛠"
3333 # 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
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737 pandoc : true
Original file line number Diff line number Diff line change 1919 # calls our general CI workflows (tests, coverage, profile, etc.)
2020 tests :
2121 # 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
2323 # only run this workflow for pydata owned repositories (avoid forks)
2424 if : github.repository_owner == 'pydata'
2525 # needed for the coverage action
3030 # calls our docs workflow (build docs, check broken links, lighthouse)
3131 docs :
3232 # 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
3434 # only run this workflow for pydata owned repositories (avoid forks)
3535 if : github.repository_owner == 'pydata'
3636
You can’t perform that action at this time.
0 commit comments