Skip to content

Commit

Permalink
Merge pull request #53 from Sindri-Labs/kp-update-ci-dep-version
Browse files Browse the repository at this point in the history
Update dependency versions for CI actions
  • Loading branch information
KPreisner authored Aug 23, 2024
2 parents c6b564d + 826cee6 commit 920f986
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Set Up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10.6

Expand All @@ -27,7 +27,7 @@ jobs:
TAG=${{ github.ref_name }} poetry run ./build-docs.sh
- name: 'Save Generated Markdown'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: generated_docs
path: ./docs/docstrings/*
Expand Down

0 comments on commit 920f986

Please sign in to comment.