From 9ee666ecb60b59760c1b5b9b9f48b226cf2649f0 Mon Sep 17 00:00:00 2001 From: Davor Runje Date: Wed, 16 Apr 2025 15:16:01 +0200 Subject: [PATCH] Fix publish in CI (#12) * fix docs build in CI * fix docs build in CI * fix publish action in CI --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aab2cff..d56c271 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - uses: actions/cache@v1 + - uses: actions/cache@v4 with: path: | ~/.cache/pypoetry