Skip to content

Commit

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

build(deps): bump actions/setup-python from 3 to 4
  • Loading branch information
Tardo authored Jun 21, 2022
2 parents 2792bee + 8127022 commit 5558952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3
# Set up and run tests
- name: Install python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Generate cache key CACHE
Expand Down

0 comments on commit 5558952

Please sign in to comment.