Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2023
1 parent c68a047 commit da85558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container:
image: python:3.11.4-buster
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.6.0

- name: Set up Python
uses: actions/setup-python@v4.7.0
Expand All @@ -34,6 +34,6 @@ jobs:
direnv allow
poetry run pytest --full-trace
- uses: actions/upload-artifact@v3.1.1
- uses: actions/upload-artifact@v3.1.3
with:
path: dist

0 comments on commit da85558

Please sign in to comment.