Skip to content

Commit

Permalink
ci: update all workflows 1.0.1 --> 1.4.0 latest
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Dec 6, 2023
1 parent 1f1bcfa commit dcb5467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ on:

jobs:
publish_docs:
uses: hotosm/gh-workflows/.github/workflows/mkdocs_build.yml@1.0.1
uses: hotosm/gh-workflows/.github/workflows/mkdocs_build.yml@1.4.0
# with:
# doxygen: true
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
publish_to_pypi:
uses: hotosm/gh-workflows/.github/workflows/pypi_publish.yml@1.0.1
uses: hotosm/gh-workflows/.github/workflows/pypi_publish.yml@1.4.0
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 comments on commit dcb5467

Please sign in to comment.