Skip to content

Commit

Permalink
Merge pull request #89 from intrinseca/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-4.6.0

Bump actions/setup-python from 4.5.0 to 4.6.0
  • Loading branch information
intrinseca authored Apr 25, 2023
2 parents ab6a3d7 + 6d9539b commit 789b31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}

Expand Down

0 comments on commit 789b31d

Please sign in to comment.