chore(deps): update all non-major dependencies · python-gitlab/python-gitlab@6ad4ce6

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

5050

steps:

5151

- uses: actions/checkout@v4.2.2

5252

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

53-

uses: actions/setup-python@v5.4.0

53+

uses: actions/setup-python@v5.5.0

5454

with:

5555

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

5656

- name: Install dependencies

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

6969

steps:

7070

- uses: actions/checkout@v4.2.2

7171

- name: Set up Python

72-

uses: actions/setup-python@v5.4.0

72+

uses: actions/setup-python@v5.5.0

7373

with:

7474

python-version: "3.13"

7575

- name: Install dependencies

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

9191

steps:

9292

- uses: actions/checkout@v4.2.2

9393

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

94-

uses: actions/setup-python@v5.4.0

94+

uses: actions/setup-python@v5.5.0

9595

with:

9696

python-version: "3.13"

9797

- name: Install dependencies

@@ -114,15 +114,15 @@ jobs:

114114

name: Python wheel

115115

steps:

116116

- uses: actions/checkout@v4.2.2

117-

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

117+

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

118118

with:

119119

python-version: "3.13"

120120

- name: Install dependencies

121121

run: |

122122

pip install -r requirements-test.txt

123123

- name: Build package

124124

run: python -m build -o dist/

125-

- uses: actions/upload-artifact@v4.6.1

125+

- uses: actions/upload-artifact@v4.6.2

126126

with:

127127

name: dist

128128

path: dist

@@ -133,10 +133,10 @@ jobs:

133133

steps:

134134

- uses: actions/checkout@v4.2.2

135135

- name: Set up Python

136-

uses: actions/setup-python@v5.4.0

136+

uses: actions/setup-python@v5.5.0

137137

with:

138138

python-version: '3.13'

139-

- uses: actions/download-artifact@v4.1.9

139+

- uses: actions/download-artifact@v4.2.1

140140

with:

141141

name: dist

142142

path: dist