Skip to content

Commit

Permalink
Merge pull request #79 from cfengine/olehermanse-patch-6
Browse files Browse the repository at this point in the history
python-tests: Upgrade setup-python GH action dependency from v2 to v5
  • Loading branch information
olehermanse authored Jan 12, 2024
2 parents 9cb8b1b + 009ebb5 commit e1ed804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit e1ed804

Please sign in to comment.