Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #44 from mjmeli/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-2.3.1

Bump actions/setup-python from 2.2.2 to 2.3.1
  • Loading branch information
mjmeli authored Dec 28, 2021
2 parents f468ff2 + ea18750 commit 06e3645
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@v2.4.0

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.1
with:
python-version: ${{ env.DEFAULT_PYTHON }}

Expand Down

0 comments on commit 06e3645

Please sign in to comment.