Skip to content

Commit

Permalink
Merge pull request #5 from tedivm/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-python-4

Bump actions/setup-python from 3 to 4
  • Loading branch information
tedivm committed Sep 24, 2023
2 parents 5ad5160 + edf721f commit 4130396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: python_version
run: echo "version=$(cat VERSION)" >> $GITHUB_OUTPUT

- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ steps.python_version.outputs.version }}

Expand Down

0 comments on commit 4130396

Please sign in to comment.