Skip to content

Commit

Permalink
Update actions/setup-python action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2022
1 parent 4c84fb6 commit ce015e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fossa-api-key: 7c94ee8610054ec8084c954b58615e0e

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4

- name: Python Cache
uses: actions/cache@v3
Expand All @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4

- name: Python Cache
uses: actions/cache@v3
Expand Down

0 comments on commit ce015e5

Please sign in to comment.