Merge pull request #219 from sartography/dependabot/github_actions/actions/setup-python-4.6.0
Bump actions/setup-python from 4.2.0 to 4.6.0
This commit is contained in:
commit
1cc65614ed
|
@ -87,7 +87,7 @@ jobs:
|
|||
uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Set up Python ${{ matrix.python }}
|
||||
uses: actions/setup-python@v4.2.0
|
||||
uses: actions/setup-python@v4.6.0
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
|
@ -195,7 +195,7 @@ jobs:
|
|||
- name: Check out the repository
|
||||
uses: actions/checkout@v3.3.0
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4.2.0
|
||||
uses: actions/setup-python@v4.6.0
|
||||
with:
|
||||
python-version: "3.11"
|
||||
- name: Install Poetry
|
||||
|
@ -236,7 +236,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4.2.0
|
||||
uses: actions/setup-python@v4.6.0
|
||||
with:
|
||||
python-version: "3.11"
|
||||
|
||||
|
|
Loading…
Reference in New Issue