mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
Merge pull request #1361 from EDCD/dependabot/github_actions/develop/actions/setup-python-2.3.1
build(deps): bump actions/setup-python from 2.3.0 to 2.3.1
This commit is contained in:
commit
7b0faab90c
.github/workflows
2
.github/workflows/pr-checks.yml
vendored
2
.github/workflows/pr-checks.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
# Get Python set up
|
||||
####################################################################
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v2.3.0
|
||||
uses: actions/setup-python@v2.3.1
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Install dependencies
|
||||
|
2
.github/workflows/push-checks.yml
vendored
2
.github/workflows/push-checks.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v2.3.0
|
||||
uses: actions/setup-python@v2.3.1
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Install dependencies
|
||||
|
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- uses: actions/setup-python@v2.3.0
|
||||
- uses: actions/setup-python@v2.3.1
|
||||
with:
|
||||
python-version: "3.9.9"
|
||||
architecture: "x86"
|
||||
|
Loading…
x
Reference in New Issue
Block a user