chore(deps): update actions/setup-python action to v6 · python-gitlab/python-gitlab@89cdb78

4 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -24,7 +24,7 @@ jobs:

2424

steps:

2525

- uses: actions/checkout@v5.0.0

2626

- name: Set up Python

27-

uses: actions/setup-python@v5.6.0

27+

uses: actions/setup-python@v6.0.0

2828

with:

2929

python-version: "3.13"

3030

- name: Install dependencies

@@ -39,7 +39,7 @@ jobs:

3939

steps:

4040

- uses: actions/checkout@v5.0.0

4141

- name: Set up Python

42-

uses: actions/setup-python@v5.6.0

42+

uses: actions/setup-python@v6.0.0

4343

with:

4444

python-version: "3.13"

4545

- name: Install dependencies

Original file line numberDiff line numberDiff line change

@@ -25,7 +25,7 @@ jobs:

2525

- uses: actions/checkout@v5.0.0

2626

with:

2727

fetch-depth: 0

28-

- uses: actions/setup-python@v5.6.0

28+

- uses: actions/setup-python@v6.0.0

2929

with:

3030

python-version: "3.13"

3131

- run: pip install --upgrade tox

Original file line numberDiff line numberDiff line change

@@ -30,7 +30,7 @@ jobs:

3030

runs-on: ubuntu-latest

3131

steps:

3232

- uses: actions/checkout@v5.0.0

33-

- uses: actions/setup-python@v5.6.0

33+

- uses: actions/setup-python@v6.0.0

3434

with:

3535

python-version: "3.13"

3636

- name: install tox

Original file line numberDiff line numberDiff line change

@@ -50,7 +50,7 @@ jobs:

5050

steps:

5151

- uses: actions/checkout@v5.0.0

5252

- name: Set up Python ${{ matrix.python.version }}

53-

uses: actions/setup-python@v5.6.0

53+

uses: actions/setup-python@v6.0.0

5454

with:

5555

python-version: ${{ matrix.python.version }}

5656

- name: Install dependencies

@@ -69,7 +69,7 @@ jobs:

6969

steps:

7070

- uses: actions/checkout@v5.0.0

7171

- name: Set up Python

72-

uses: actions/setup-python@v5.6.0

72+

uses: actions/setup-python@v6.0.0

7373

with:

7474

python-version: "3.13"

7575

- name: Install dependencies

@@ -91,7 +91,7 @@ jobs:

9191

steps:

9292

- uses: actions/checkout@v5.0.0

9393

- name: Set up Python ${{ matrix.python-version }}

94-

uses: actions/setup-python@v5.6.0

94+

uses: actions/setup-python@v6.0.0

9595

with:

9696

python-version: "3.13"

9797

- name: Install dependencies

@@ -114,7 +114,7 @@ jobs:

114114

name: Python wheel

115115

steps:

116116

- uses: actions/checkout@v5.0.0

117-

- uses: actions/setup-python@v5.6.0

117+

- uses: actions/setup-python@v6.0.0

118118

with:

119119

python-version: "3.13"

120120

- name: Install dependencies

@@ -133,7 +133,7 @@ jobs:

133133

steps:

134134

- uses: actions/checkout@v5.0.0

135135

- name: Set up Python

136-

uses: actions/setup-python@v5.6.0

136+

uses: actions/setup-python@v6.0.0

137137

with:

138138

python-version: '3.13'

139139

- uses: actions/download-artifact@v5.0.0