Skip to content

Commit c9fe474

Browse files
authored
Merge pull request #486 from ag2ai/master
Fix publish in CI
2 parents d799476 + 9ee666e commit c9fe474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v1
15-
- uses: actions/cache@v1
15+
- uses: actions/cache@v4
1616
with:
1717
path: |
1818
~/.cache/pypoetry

0 commit comments

Comments
 (0)