Skip to content

Commit 7a61b01

Browse files
renovate[bot]funilrys
authored andcommitted
chore(deps): update actions/setup-python action to v6
1 parent b83f304 commit 7a61b01

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/branches.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Clone repository
3434

3535
- name: Set up Python ${{ matrix.python_version }}
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: ${{ matrix.python_version }}
3939

@@ -71,7 +71,7 @@ jobs:
7171
name: Clone repository
7272

7373
- name: Set up Python ${{ matrix.python_version }}
74-
uses: actions/setup-python@v5
74+
uses: actions/setup-python@v6
7575
with:
7676
python-version: ${{ matrix.python_version }}
7777

@@ -110,7 +110,7 @@ jobs:
110110
name: Clone repository
111111

112112
- name: Set up Python ${{ matrix.python_version }}
113-
uses: actions/setup-python@v5
113+
uses: actions/setup-python@v6
114114
with:
115115
python-version: ${{ matrix.python_version }}
116116

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: Clone repository
3232

3333
- name: Set up Python ${{ matrix.python_version }}
34-
uses: actions/setup-python@v5
34+
uses: actions/setup-python@v6
3535
with:
3636
python-version: ${{ matrix.python_version }}
3737

@@ -69,7 +69,7 @@ jobs:
6969
name: Clone repository
7070

7171
- name: Set up Python ${{ matrix.python_version }}
72-
uses: actions/setup-python@v5
72+
uses: actions/setup-python@v6
7373
with:
7474
python-version: ${{ matrix.python_version }}
7575

@@ -108,7 +108,7 @@ jobs:
108108
name: Clone repository
109109

110110
- name: Set up Python ${{ matrix.python_version }}
111-
uses: actions/setup-python@v5
111+
uses: actions/setup-python@v6
112112
with:
113113
python-version: ${{ matrix.python_version }}
114114

@@ -147,7 +147,7 @@ jobs:
147147
name: Clone repository
148148

149149
- name: Set up Python ${{ matrix.python_version }}
150-
uses: actions/setup-python@v5
150+
uses: actions/setup-python@v6
151151
with:
152152
python-version: ${{ matrix.python_version }}
153153

0 commit comments

Comments
 (0)