Skip to content

Commit

Permalink
Merge pull request #11 from zeronounours/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-python-4.6.0

Bump actions/setup-python from 2.2.1 to 4.6.0
  • Loading branch information
zeronounours authored May 23, 2023
2 parents bf622c2 + 13fcf20 commit f026e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/[email protected]

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

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Check out code from GitHub
uses: actions/[email protected]
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
uses: "actions/setup-python@v2.2.1"
uses: "actions/setup-python@v4.6.0"
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install requirements
Expand Down

0 comments on commit f026e7e

Please sign in to comment.