Skip to content

Commit cff6525

Browse files
authored
MAINT - Update actions SHA (#2173)
Follows #2169 This ensures we use the correct workflow/action now that we have merged into `main`.
1 parent ac57147 commit cff6525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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@4a1e7898d6c92dade5e489684277ab4ffd0eb053
22+
uses: pydata/pydata-sphinx-theme/.github/workflows/CI.yml@ac57147185b6f9400cafbcd852e04345e5e841b7
2323
# only run this workflow for pydata owned repositories (avoid forks)
2424
if: github.repository_owner == 'pydata'
2525
# needed for the coverage action
@@ -30,7 +30,7 @@ jobs:
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@4a1e7898d6c92dade5e489684277ab4ffd0eb053
33+
uses: pydata/pydata-sphinx-theme/.github/workflows/docs.yml@ac57147185b6f9400cafbcd852e04345e5e841b7
3434
# only run this workflow for pydata owned repositories (avoid forks)
3535
if: github.repository_owner == 'pydata'
3636

0 commit comments

Comments
 (0)