1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-16 07:12:17 +03:00

Merge pull request #1493 from EDCD/dependabot/github_actions/develop/actions/setup-python-3

build(deps): bump actions/setup-python from 2.3.2 to 3
This commit is contained in:
Athanasius 2022-03-02 21:49:39 +00:00 committed by GitHub
commit c115853773
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 # Get Python set up
#################################################################### ####################################################################
- name: Set up Python 3.10 - name: Set up Python 3.10
uses: actions/setup-python@v2.3.2 uses: actions/setup-python@v3
with: with:
python-version: "3.10" python-version: "3.10"
- name: Install dependencies - name: Install dependencies

View File

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

View File

@ -20,7 +20,7 @@ jobs:
with: with:
submodules: true submodules: true
- uses: actions/setup-python@v2.3.2 - uses: actions/setup-python@v3
with: with:
python-version: "3.10.2" python-version: "3.10.2"
architecture: "x86" architecture: "x86"