Merge pull request #122 from andrewthetechie/dependabot/github_actions/actions/setup-python-3.1.2

Bump actions/setup-python from 3.1.1 to 3.1.2
This commit is contained in:
Andrew
2022-04-21 14:42:48 -05:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ jobs:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v3.1.1
uses: actions/setup-python@v3.1.2
with:
python-version: "3.10"

View File

@@ -15,7 +15,7 @@ jobs:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v3.1.1
uses: actions/setup-python@v3.1.2
with:
python-version: "3.10"

View File

@@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v3.1.1
uses: actions/setup-python@v3.1.2
with:
python-version: ${{ matrix.python }}
@@ -117,7 +117,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3.1.1
uses: actions/setup-python@v3.1.2
with:
python-version: "3.10"