Skip to content

Commit 95ffc23

Browse files
build(deps): bump the gha-updates group with 3 updates (#2067)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bccdc3e commit 95ffc23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
# Add caching for HF models and tokenizers
9898
- name: HF cache
99-
uses: actions/cache@v3
99+
uses: actions/cache@v4
100100
continue-on-error: true
101101
with:
102102
path: .cache-HF

.github/workflows/publish-pkg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- name: Checkout source
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: "3.x"
2929
cache: "pip"

0 commit comments

Comments
 (0)