Skip to content

Commit

Permalink
Bump actions/setup-python from v2.1.2 to v2.1.3
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2.1.2...c181ffa)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2020
1 parent c76642e commit 69ea7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up Python
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
python-version: ${{ matrix.python }}

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up Python
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
python-version: 3.8

Expand Down

0 comments on commit 69ea7d3

Please sign in to comment.