1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +03:00

Merge pull request #1052 from EDCD/dependabot/github_actions/develop/actions/setup-python-2.2.2

build(deps): bump actions/setup-python from 2 to 2.2.2
This commit is contained in:
Athanasius 2021-05-12 08:13:10 +01:00 committed by GitHub
commit ab5ff34748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ jobs:
# Get Python set up
####################################################################
- name: Set up Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v2.2.2
with:
python-version: 3.9
- name: Install dependencies

View File

@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v2.2.2
with:
python-version: 3.9
- name: Install dependencies

View File

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v2.2.2
with:
python-version: "3.9.5"
architecture: "x86"