Skip to content

Commit e7aa081

Browse files
chore(deps): update actions/cache action to v6
1 parent 2c24dc2 commit e7aa081

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: "3.14"
1414

1515
- id: cache
16-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
16+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
1717
with:
1818
path: ~/.cache/pip
1919
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt', '**/test_requirements.txt') }}

0 commit comments

Comments
 (0)