Skip to content

Commit

Permalink
Merge pull request #117 from agimus-project/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
nim65s authored Jan 1, 2024
2 parents 6ef25a4 + a0b0573 commit 5a07e70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: local_data
key: data

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/poetry-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: local_data
key: data

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: poetry
Expand Down

0 comments on commit 5a07e70

Please sign in to comment.