chore(deps): update all non-major dependencies · python-gitlab/python-gitlab@6ad4ce6
@@ -50,7 +50,7 @@ jobs:
5050steps:
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
5454with:
5555python-version: ${{ matrix.python.version }}
5656 - name: Install dependencies
@@ -69,7 +69,7 @@ jobs:
6969steps:
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
7373with:
7474python-version: "3.13"
7575 - name: Install dependencies
@@ -91,7 +91,7 @@ jobs:
9191steps:
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
9595with:
9696python-version: "3.13"
9797 - name: Install dependencies
@@ -114,15 +114,15 @@ jobs:
114114name: Python wheel
115115steps:
116116 - uses: actions/checkout@v4.2.2
117- - uses: actions/setup-python@v5.4.0
117+ - uses: actions/setup-python@v5.5.0
118118with:
119119python-version: "3.13"
120120 - name: Install dependencies
121121run: |
122122 pip install -r requirements-test.txt
123123 - name: Build package
124124run: python -m build -o dist/
125- - uses: actions/upload-artifact@v4.6.1
125+ - uses: actions/upload-artifact@v4.6.2
126126with:
127127name: dist
128128path: dist
@@ -133,10 +133,10 @@ jobs:
133133steps:
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
137137with:
138138python-version: '3.13'
139- - uses: actions/download-artifact@v4.1.9
139+ - uses: actions/download-artifact@v4.2.1
140140with:
141141name: dist
142142path: dist