Skip to content

Commit

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

Bump actions/setup-python from 4.5.0 to 4.6.1
  • Loading branch information
CJNE authored Sep 30, 2023
2 parents e85a595 + 93bb7dd commit 56f9582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.1
with:
python-version: ${{ env.DEFAULT_PYTHON }}

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Check out code from GitHub
uses: "actions/checkout@v3"
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
uses: "actions/setup-python@v4.5.0"
uses: "actions/setup-python@v4.6.1"
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install requirements
Expand Down

0 comments on commit 56f9582

Please sign in to comment.