diff --git a/.github/workflows/texlive_on_linux.yml b/.github/workflows/texlive_on_linux.yml index 49d146cca..c4165d6c4 100644 --- a/.github/workflows/texlive_on_linux.yml +++ b/.github/workflows/texlive_on_linux.yml @@ -17,7 +17,7 @@ jobs: echo "/tmp/texlive/bin/x86_64-linux" >> $GITHUB_PATH - name: Cache TeX Live id: cache-texlive - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /tmp/texlive key: ${{ env.cache-version }}-${{ runner.os }}-texlive-essential diff --git a/.github/workflows/texlive_on_mac.yml b/.github/workflows/texlive_on_mac.yml index 2568b6e6a..1f8843865 100644 --- a/.github/workflows/texlive_on_mac.yml +++ b/.github/workflows/texlive_on_mac.yml @@ -18,7 +18,7 @@ jobs: echo "/Users/runner/texlive/bin/universal-darwin" >> $GITHUB_PATH - name: Cache TeX Live id: cache-texlive - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /Users/runner/texlive key: ${{ env.cache-version }}-${{ runner.os }}-texlive-essential diff --git a/.github/workflows/texlive_on_win.yml b/.github/workflows/texlive_on_win.yml index bc87dfe55..e8d5ad3d1 100644 --- a/.github/workflows/texlive_on_win.yml +++ b/.github/workflows/texlive_on_win.yml @@ -21,7 +21,7 @@ jobs: shell: bash - name: Cache TeX Live id: cache-texlive - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: D:\texlive key: ${{ env.cache-version }}-${{ runner.os }}-texlive-essential