We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccdc3e commit 95ffc23Copy full SHA for 95ffc23
.github/workflows/cpu-tests.yml
@@ -96,7 +96,7 @@ jobs:
96
97
# Add caching for HF models and tokenizers
98
- name: HF cache
99
- uses: actions/cache@v3
+ uses: actions/cache@v4
100
continue-on-error: true
101
with:
102
path: .cache-HF
.github/workflows/publish-pkg.yml
@@ -20,10 +20,10 @@ jobs:
20
21
steps:
22
- name: Checkout source
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
- name: Set up Python
26
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
27
28
python-version: "3.x"
29
cache: "pip"
0 commit comments