diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index 51a1e5bc..cd3349ec 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -96,7 +96,7 @@ jobs: run: sudo apt update && sudo apt-get install libgpac-dev - uses: actions/checkout@v4 - name: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | src/rust/.cargo/registry diff --git a/.github/workflows/build_mac.yml b/.github/workflows/build_mac.yml index 135d1e62..c654acea 100644 --- a/.github/workflows/build_mac.yml +++ b/.github/workflows/build_mac.yml @@ -95,7 +95,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | src/rust/.cargo/registry diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 98d58026..7a3d84f1 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | src/rust/.cargo/registry