diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index dd1f4ecc..209ff3d2 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -56,7 +56,7 @@ jobs: gitHubToken: ${{ secrets.GITHUB_TOKEN }} - name: Cache pip files - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.2.4 env: cache-name: pip-reg with: @@ -64,7 +64,7 @@ jobs: key: pip-reg - name: Cache Mkdocs files - uses: actions/cache@v3 + uses: actions/cache@v3.2.4 with: key: ${{ github.ref }} path: .cache \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fea73df..19dadae1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: gitHubToken: ${{ secrets.GITHUB_TOKEN }} - name: Cache pip files - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.2.4 env: cache-name: pip-reg with: @@ -59,7 +59,7 @@ jobs: key: pip-reg - name: Cache Mkdocs files - uses: actions/cache@v3 + uses: actions/cache@v3.2.4 with: key: ${{ github.ref }} path: .cache \ No newline at end of file