ci(deps): bump actions/cache from 3 to 5 and actions/setup-node from 4 to 6

This commit is contained in:
2026-03-26 08:28:57 +01:00
parent bfe6f94b75
commit 9cc9bdc023
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Cache pip dependencies
uses: actions/cache@v3
uses: actions/cache@v5
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/requirements*.txt') }}

View File

@@ -32,7 +32,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Cache pip dependencies
uses: actions/cache@v3
uses: actions/cache@v5
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}

View File

@@ -121,7 +121,7 @@ jobs:
safety check --output safety-report.txt
- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: '18'
cache: 'npm'