diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33936a5f6..d1a0318ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: git submodule update --init test/script/reference git submodule update --init test/c/collections-c/files - name: cache - id: cache-opam-build + id: cache-opam uses: actions/cache@v4 env: cache-name: cache-opam-build diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 700a5b0da..44242a304 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: git submodule update --init test/script/reference git submodule update --init test/c/collections-c/files - name: cache - id: cache-opam-deploy + id: cache-opam uses: actions/cache@v4 env: cache-name: cache-opam-deploy