Skip to content

Commit da6e90b

Browse files
chore(deps): bump actions/setup-python from 6 to 6.2.0 (#114)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7cd8e0 commit da6e90b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
enable-cache: true
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v6
23+
uses: actions/setup-python@v6.2.0
2424
with:
2525
python-version-file: .python-version
2626

@@ -53,7 +53,7 @@ jobs:
5353
enable-cache: true
5454

5555
- name: Set up Python ${{ matrix.python-version }}
56-
uses: actions/setup-python@v6
56+
uses: actions/setup-python@v6.2.0
5757
with:
5858
python-version: ${{ matrix.python-version }}
5959

@@ -80,7 +80,7 @@ jobs:
8080
enable-cache: true
8181

8282
- name: Set up Python
83-
uses: actions/setup-python@v6
83+
uses: actions/setup-python@v6.2.0
8484
with:
8585
python-version-file: .python-version
8686

@@ -142,7 +142,7 @@ jobs:
142142

143143
- name: Set up Python
144144
if: steps.filter.outputs.docs == 'true'
145-
uses: actions/setup-python@v6
145+
uses: actions/setup-python@v6.2.0
146146
with:
147147
python-version-file: .python-version
148148

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
enable-cache: true
5252

5353
- name: Set up Python
54-
uses: actions/setup-python@v6
54+
uses: actions/setup-python@v6.2.0
5555
with:
5656
python-version-file: .python-version
5757

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
enable-cache: true
4747

4848
- name: Set up Python
49-
uses: actions/setup-python@v6
49+
uses: actions/setup-python@v6.2.0
5050
with:
5151
python-version-file: .python-version
5252

0 commit comments

Comments
 (0)