Skip to content

Commit

Permalink
Update cache actions (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Feb 3, 2024
1 parent 10881c9 commit bd6cb67
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/actions/alembic-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:

- name: Cache Alembic
id: cache-alembic
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/alembic_install
key: alembic-v1.8.5-${{runner.os}}-${{inputs.cpu}}-2
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/assimp-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:

- name: Cache ASSIMP
id: cache-assimp
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/assimp_install
key: assimp-v5.3.1-${{runner.os}}-${{inputs.cpu}}-2
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/blosc-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:

- name: Cache blosc
id: cache-blosc
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/blosc_install
key: blosc-1.21.5-${{runner.os}}-${{inputs.cpu}}-2
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/boost-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:

- name: Cache Boost
id: cache-boost
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/boost_install
key: boost-1.83.0-${{runner.os}}-${{inputs.cpu}}-3
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/draco-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:

- name: Cache Draco
id: cache-draco
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/draco_install
key: draco-1.5.7-${{runner.os}}-${{inputs.cpu}}-0
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/imath-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:

- name: Cache Imath
id: cache-imath
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/imath_install
key: imath-v3.1.10-${{runner.os}}-${{inputs.cpu}}-0
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/lfs-copy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
- name: Cache LFS data
id: cache-lfs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: lfs_data
key: lfs-data-${{inputs.lfs_sha}}-1
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/occt-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:

- name: Cache OCCT
id: cache-occt
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/occt_install
key: occt-V7_7_2-${{runner.os}}-${{inputs.cpu}}-1
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/openexr-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:

- name: Cache OpenEXR
id: cache-openexr
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/openexr_install
key: openexr-v3.2.1-${{runner.os}}-${{inputs.cpu}}-0
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/openvdb-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:

- name: Cache OpenVDB
id: cache-openvdb
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/openvdb_install
key: openvdb-11.0.0-${{runner.os}}-${{inputs.cpu}}-4
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/ospray-sb-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:

- name: Cache ospray
id: cache-ospray
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/ospray_install
key: ospray-sb-v2.7.1-${{runner.os}}-1
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/pybind11-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:

- name: Cache pybind11
id: cache-pybind11
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/pybind11_install
key: pybind11-v2.11.1-${{runner.os}}-0
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/tbb-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:

- name: Cache TBB
id: cache-tbb
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/tbb_install
key: tbb-v2021.11.0-${{runner.os}}-${{inputs.cpu}}-0
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/usd-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:

- name: Cache USD
id: cache-usd
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/usd_install
key: usd-v23.05-${{runner.os}}-${{inputs.cpu}}-7
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/vtk-android-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:

- name: Cache VTK
id: cache-vtk
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/vtk_build
key: vtk-android-${{env.VTK_SHA_OR_TAG}}-${{inputs.api_level}}-${{inputs.arch}}-0
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/vtk-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:

- name: Cache VTK
id: cache-vtk
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/vtk_install
key: vtk-${{env.VTK_SHA_OR_TAG}}-${{runner.os}}-${{inputs.raytracing_label}}-${{inputs.egl_label}}-${{inputs.cpu}}-4
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/vtk-webassembly-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:

- name: Cache VTK
id: cache-vtk
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/vtk_install
key: vtk-webassembly-${{env.VTK_SHA_OR_TAG}}-3
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/zlib-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:

- name: Cache zlib
id: cache-zlib
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: dependencies/zlib_install
key: zlib-1.3.1-${{runner.os}}-${{inputs.cpu}}-0
Expand Down

0 comments on commit bd6cb67

Please sign in to comment.