Skip to content

Commit

Permalink
Bump python-setup action version
Browse files Browse the repository at this point in the history
to silence the remaining Node.js deprecation warnings.
  • Loading branch information
munichpavel committed Jun 15, 2023
1 parent 0ec36b7 commit aa0bf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v2"
- uses: "actions/setup-python@v4"
with:
python-version: "${{ matrix.python-version }}"
- name: "Install package dependencies"
Expand Down

0 comments on commit aa0bf47

Please sign in to comment.