Skip to content

Commit ef676ca

Browse files
authored
Merge branch 'main' into dependabot/pip/ruff-0.14.9
2 parents c13686e + cce282e commit ef676ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
4141
- name: Restore Python virtual environment
4242
id: cache-venv
43-
uses: &actions-cache actions/cache@v4.3.0
43+
uses: &actions-cache actions/cache@v5.0.1
4444
with:
4545
path: venv
4646
key: >-
@@ -81,7 +81,7 @@ jobs:
8181
echo "ref: $ref"
8282
echo "$ref" >> cleanup_cache
8383
- name: Upload cleanup-cache artifact
84-
uses: actions/upload-artifact@v5.0.0
84+
uses: actions/upload-artifact@v6.0.0
8585
with:
8686
name: cleanup_cache
8787
path: cleanup_cache
@@ -96,7 +96,7 @@ jobs:
9696
- &cache-restore-python-base
9797
name: Restore Python virtual environment
9898
id: cache-venv
99-
uses: &actions-cache-restore actions/cache/restore@v4.3.0
99+
uses: &actions-cache-restore actions/cache/restore@v5.0.1
100100
with:
101101
fail-on-cache-miss: true
102102
path: venv

0 commit comments

Comments
 (0)