Skip to content

Commit 7233ff6

Browse files
dependabot[bot]DanielNoord
authored andcommitted
Bump actions/setup-python from 3.1.0 to 3.1.1
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]>
1 parent 1ec74e7 commit 7233ff6

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3434
id: python
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].1
3636
with:
3737
python-version: ${{ env.DEFAULT_PYTHON }}
3838
- name: Generate partial Python venv restore key
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/[email protected]
8989
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9090
id: python
91-
uses: actions/[email protected].0
91+
uses: actions/[email protected].1
9292
with:
9393
python-version: ${{ env.DEFAULT_PYTHON }}
9494
- name: Restore Python virtual environment
@@ -131,7 +131,7 @@ jobs:
131131
uses: actions/[email protected]
132132
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
133133
id: python
134-
uses: actions/[email protected].0
134+
uses: actions/[email protected].1
135135
with:
136136
python-version: ${{ env.DEFAULT_PYTHON }}
137137
- name: Restore Python virtual environment
@@ -162,7 +162,7 @@ jobs:
162162
uses: actions/[email protected]
163163
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
164164
id: python
165-
uses: actions/[email protected].0
165+
uses: actions/[email protected].1
166166
with:
167167
python-version: ${{ env.DEFAULT_PYTHON }}
168168
- name: Restore Python virtual environment

.github/workflows/primer-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fetch-depth: 0
3838
- name: Set up Python ${{ matrix.python-version }}
3939
id: python
40-
uses: actions/[email protected].0
40+
uses: actions/[email protected].1
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
- name: Generate partial Python venv restore key
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/[email protected]
7878
- name: Set up Python ${{ matrix.python-version }}
7979
id: python
80-
uses: actions/[email protected].0
80+
uses: actions/[email protected].1
8181
with:
8282
python-version: ${{ matrix.python-version }}
8383
- name: Restore Python virtual environment
@@ -112,7 +112,7 @@ jobs:
112112
uses: actions/[email protected]
113113
- name: Set up Python ${{ matrix.python-version }}
114114
id: python
115-
uses: actions/[email protected].0
115+
uses: actions/[email protected].1
116116
with:
117117
python-version: ${{ matrix.python-version }}
118118
- name: Restore Python virtual environment
@@ -147,7 +147,7 @@ jobs:
147147
uses: actions/[email protected]
148148
- name: Set up Python ${{ matrix.python-version }}
149149
id: python
150-
uses: actions/[email protected].0
150+
uses: actions/[email protected].1
151151
with:
152152
python-version: ${{ matrix.python-version }}
153153
- name: Restore Python virtual environment

.github/workflows/release.yml

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

.github/workflows/tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232
- name: Set up Python ${{ matrix.python-version }}
3333
id: python
34-
uses: actions/[email protected].0
34+
uses: actions/[email protected].1
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
- name: Generate partial Python venv restore key
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/[email protected]
8383
- name: Set up Python ${{ matrix.python-version }}
8484
id: python
85-
uses: actions/[email protected].0
85+
uses: actions/[email protected].1
8686
with:
8787
python-version: ${{ matrix.python-version }}
8888
- name: Restore Python virtual environment
@@ -126,7 +126,7 @@ jobs:
126126
uses: actions/[email protected]
127127
- name: Set up Python ${{ matrix.python-version }}
128128
id: python
129-
uses: actions/[email protected].0
129+
uses: actions/[email protected].1
130130
with:
131131
python-version: ${{ matrix.python-version }}
132132
- name: Restore Python virtual environment
@@ -186,7 +186,7 @@ jobs:
186186
fetch-depth: 0
187187
- name: Set up Python ${{ matrix.python-version }}
188188
id: python
189-
uses: actions/[email protected].0
189+
uses: actions/[email protected].1
190190
with:
191191
python-version: ${{ matrix.python-version }}
192192
- name: Generate partial Python venv restore key
@@ -234,7 +234,7 @@ jobs:
234234
fetch-depth: 0
235235
- name: Set up Python ${{ matrix.python-version }}
236236
id: python
237-
uses: actions/[email protected].0
237+
uses: actions/[email protected].1
238238
with:
239239
python-version: ${{ matrix.python-version }}
240240
- name: Generate partial Python venv restore key

0 commit comments

Comments
 (0)