Browse Source

build(deps): 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](https://github.com/actions/setup-python/compare/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] <support@github.com>
dependabot[bot] 2 years ago
parent
commit
574b66bc0c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/python.yml

+ 3 - 3
.github/workflows/python.yml

@@ -18,7 +18,7 @@ jobs:
         python-verison: ['3.9']
     steps:
     - uses: actions/checkout@v2.4.0
-    - uses: actions/setup-python@v2.3.0
+    - uses: actions/setup-python@v2.3.1
       with:
         python-version: ${{ matrix.python-version }}
         # did not reduce runtime of `pipenv install` (still approx. 1 min)
@@ -42,7 +42,7 @@ jobs:
       fail-fast: false
     steps:
     - uses: actions/checkout@v2.4.0
-    - uses: actions/setup-python@v2.3.0
+    - uses: actions/setup-python@v2.3.1
       with:
         python-version: ${{ matrix.python-version }}
         # did not reduce runtime of `pipenv install` (still approx. 1 min)
@@ -77,7 +77,7 @@ jobs:
         python-verison: ['3.9']
     steps:
     - uses: actions/checkout@v2.4.0
-    - uses: actions/setup-python@v2.3.0
+    - uses: actions/setup-python@v2.3.1
       with:
         python-version: ${{ matrix.python-version }}
     - run: pip install --upgrade pipenv==2020.8.13