Skip to content

Commit b5370f1

Browse files
committed
Merge branch 'main' of github.com:abdeladim-s/pyllamacpp
2 parents 5598f91 + a66ee72 commit b5370f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v4
1414
with:
1515
python-version: 3.x
16-
- uses: actions/cache@v2
16+
- uses: actions/cache@v3
1717
with:
1818
key: ${{ github.ref }}
1919
path: .cache

.github/workflows/wheels-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
submodules: true
4646

47-
- uses: pypa/[email protected].0
47+
- uses: pypa/[email protected].3
4848
env:
4949
CIBW_ARCHS_MACOS: auto universal2
5050

.github/workflows/wheels-win-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
submodules: true
4545

46-
- uses: pypa/[email protected].0
46+
- uses: pypa/[email protected].3
4747
env:
4848
CIBW_ARCHS_MACOS: auto universal2
4949

0 commit comments

Comments
 (0)