Skip to content

Commit c274c95

Browse files
Merge branch 'main' into is-short
2 parents f56f7ac + ef904f5 commit c274c95

File tree

5 files changed

+153
-219
lines changed

5 files changed

+153
-219
lines changed

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- name: 🏗 Install Python dependencies
176176
run: poetry install --no-interaction
177177
- name: 🏗 Set up Node.js
178-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
178+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
179179
with:
180180
node-version-file: ".nvmrc"
181181
cache: "npm"

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: 🚀 Run pytest
4040
run: poetry run pytest --cov youtubeaio tests
4141
- name: ⬆️ Upload coverage artifact
42-
uses: actions/upload-artifact@v4.6.2
42+
uses: actions/upload-artifact@v5.0.0
4343
with:
4444
include-hidden-files: true
4545
name: coverage-${{ matrix.python }}
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
fetch-depth: 0
5656
- name: ⬇️ Download coverage data
57-
uses: actions/download-artifact@v5.0.0
57+
uses: actions/download-artifact@v6.0.0
5858
- name: 🏗 Set up Poetry
5959
run: pipx install poetry
6060
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.20.0
1+
24.11.1

0 commit comments

Comments
 (0)