Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v2.3.4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and matfax committed Jul 7, 2023
1 parent 5a62a16 commit 9b2e404
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.PAT }}
- name: setting up python ${{ matrix.python-version }}
uses: actions/setup-python@v2.1.4
uses: actions/setup-python@v2.3.4
with:
python-version: ${{ matrix.python-version }}
- name: "set pip cache dir"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- name: setting up python ${{ matrix.python-version }}
uses: actions/setup-python@v2.1.4
uses: actions/setup-python@v2.3.4
with:
python-version: ${{ matrix.python-version }}
- name: "set pip cache dir"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.5
- name: setting up python ${{ matrix.python-version }}
uses: actions/setup-python@v2.1.4
uses: actions/setup-python@v2.3.4
with:
python-version: ${{ matrix.python-version }}
- name: "set pip cache dir"
Expand Down

0 comments on commit 9b2e404

Please sign in to comment.