Skip to content

Commit

Permalink
build(deps): bump actions/setup-python from v2.1.3 to v2.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2.1.3...41b7212)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and matfax committed Oct 30, 2020
1 parent 499e4a9 commit efedbc4
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.3
uses: actions/setup-python@v2.1.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.3
uses: actions/setup-python@v2.1.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.3
- name: setting up python ${{ matrix.python-version }}
uses: actions/setup-python@v2.1.3
uses: actions/setup-python@v2.1.4
with:
python-version: ${{ matrix.python-version }}
- name: "set pip cache dir"
Expand Down

0 comments on commit efedbc4

Please sign in to comment.