Skip to content

Commit

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

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
vooon authored Dec 6, 2023
2 parents 24c1a62 + a22d1fb commit 5e213d3
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@v4

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

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

0 comments on commit 5e213d3

Please sign in to comment.