Skip to content

Commit bf657ea

Browse files
Bump actions/setup-python from 3.1.1 to 3.1.2 (#171)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <[email protected]>
1 parent 6e07174 commit bf657ea

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/[email protected]
2727
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2828
id: python
29-
uses: actions/[email protected].1
29+
uses: actions/[email protected].2
3030
with:
3131
python-version: ${{ env.DEFAULT_PYTHON }}
3232
- name: Generate partial Python venv restore key
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/[email protected]
8383
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
8484
id: python
85-
uses: actions/[email protected].1
85+
uses: actions/[email protected].2
8686
with:
8787
python-version: ${{ env.DEFAULT_PYTHON }}
8888
- name: Restore Python virtual environment
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/[email protected]
124124
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
125125
id: python
126-
uses: actions/[email protected].1
126+
uses: actions/[email protected].2
127127
with:
128128
python-version: ${{ env.DEFAULT_PYTHON }}
129129
- name: Restore Python virtual environment
@@ -153,7 +153,7 @@ jobs:
153153
uses: actions/[email protected]
154154
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
155155
id: python
156-
uses: actions/[email protected].1
156+
uses: actions/[email protected].2
157157
with:
158158
python-version: ${{ env.DEFAULT_PYTHON }}
159159
- name: Restore Python virtual environment
@@ -187,7 +187,7 @@ jobs:
187187
uses: actions/[email protected]
188188
- name: Set up Python ${{ matrix.python-version }}
189189
id: python
190-
uses: actions/[email protected].1
190+
uses: actions/[email protected].2
191191
with:
192192
python-version: ${{ matrix.python-version }}
193193
- name: Generate partial Python venv restore key

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/[email protected]
2020
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2121
id: python
22-
uses: actions/[email protected].1
22+
uses: actions/[email protected].2
2323
with:
2424
python-version: ${{ env.DEFAULT_PYTHON }}
2525
- name: Build distributions

0 commit comments

Comments
 (0)