diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index fbc537a..c7b170f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -53,7 +53,7 @@ jobs: run: echo "date=$(date '+%Y%U')" >> $GITHUB_OUTPUT shell: bash - name: Cache swagger files - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: key: swagger-${{ steps.get-date.outputs.date }}