Skip to content

Commit 6e9709e

Browse files
Bump actions/setup-python from 3.1.0 to 3.1.1 (#154)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3.1.0...v3.1.1) --- 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>
1 parent e936c36 commit 6e9709e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 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].0
29+
uses: actions/[email protected].1
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].0
85+
uses: actions/[email protected].1
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].0
126+
uses: actions/[email protected].1
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].0
156+
uses: actions/[email protected].1
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].0
190+
uses: actions/[email protected].1
191191
with:
192192
python-version: ${{ matrix.python-version }}
193193
- name: Generate partial Python venv restore key
@@ -228,7 +228,7 @@ jobs:
228228
uses: actions/[email protected]
229229
- name: Set up Python ${{ matrix.python-version }}
230230
id: python
231-
uses: actions/[email protected].0
231+
uses: actions/[email protected].1
232232
with:
233233
python-version: ${{ matrix.python-version }}
234234
- name: Restore Python virtual environment

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/[email protected]
1818
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
1919
id: python
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
python-version: ${{ env.DEFAULT_PYTHON }}
2323
- name: Install requirements

0 commit comments

Comments
 (0)