Skip to content

Commit 153dda6

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/setup-python from 2.3.0 to 2.3.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e88bfc2 commit 153dda6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
dist:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].1
1414
- run: python -m pip install --upgrade pip setuptools wheel twine readme-renderer
1515
- uses: actions/[email protected]
1616
- run: python setup.py sdist bdist_wheel
@@ -29,7 +29,7 @@ jobs:
2929
docs:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/[email protected].0
32+
- uses: actions/[email protected].1
3333
- run: python -m pip install -U setuptools wheel
3434
- uses: actions/[email protected]
3535
- run: sudo apt-get install -y gettext graphviz
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Set up Python ${{ matrix.python-version }}
58-
uses: actions/[email protected].0
58+
uses: actions/[email protected].1
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
- name: Install Chrome

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
PyPI:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].0
11+
- uses: actions/[email protected].1
1212
- uses: actions/[email protected]
1313
- name: Install Python dependencies
1414
run: python -m pip install --upgrade pip setuptools wheel twine
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/[email protected]
27-
- uses: actions/[email protected].0
27+
- uses: actions/[email protected].1
2828
- uses: actions/[email protected]
2929
- run: python set_version.py
3030
- name: Upload packages

0 commit comments

Comments
 (0)