diff --git a/.github/workflows/artdaq-build-single-pkg.yml b/.github/workflows/artdaq-build-single-pkg.yml index af642f7..9205725 100644 --- a/.github/workflows/artdaq-build-single-pkg.yml +++ b/.github/workflows/artdaq-build-single-pkg.yml @@ -64,7 +64,7 @@ jobs: - name: Cache cvmfs cache id: cvmfs_cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /var/lib/cvmfs/shared key: cachecvmfs-${{ steps.version.outputs.tag }} diff --git a/.github/workflows/artdaq-develop-cpp-ci.yml b/.github/workflows/artdaq-develop-cpp-ci.yml index 0f9f5ac..3e42a41 100644 --- a/.github/workflows/artdaq-develop-cpp-ci.yml +++ b/.github/workflows/artdaq-develop-cpp-ci.yml @@ -65,7 +65,7 @@ jobs: - name: Cache cvmfs cache id: cvmfs_cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /var/lib/cvmfs/shared key: cachecvmfs-${{ steps.version.outputs.tag }} diff --git a/.github/workflows/artdaq-format-single-pkg.yml b/.github/workflows/artdaq-format-single-pkg.yml index d216095..928d3a2 100644 --- a/.github/workflows/artdaq-format-single-pkg.yml +++ b/.github/workflows/artdaq-format-single-pkg.yml @@ -70,7 +70,7 @@ jobs: - name: Cache cvmfs cache id: cvmfs_cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /var/lib/cvmfs/shared key: cachecvmfs-${{ steps.version.outputs.tag }} diff --git a/.github/workflows/artdaq-integration-tests.yml b/.github/workflows/artdaq-integration-tests.yml index 52f31d5..97d64e3 100644 --- a/.github/workflows/artdaq-integration-tests.yml +++ b/.github/workflows/artdaq-integration-tests.yml @@ -65,7 +65,7 @@ jobs: - name: Cache cvmfs cache id: cvmfs_cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /var/lib/cvmfs/shared key: cachecvmfs-${{ steps.version.outputs.tag }} diff --git a/.github/workflows/artdaq-lcov.yml b/.github/workflows/artdaq-lcov.yml index b47b0f4..50479fe 100644 --- a/.github/workflows/artdaq-lcov.yml +++ b/.github/workflows/artdaq-lcov.yml @@ -68,7 +68,7 @@ jobs: - name: Cache cvmfs cache id: cvmfs_cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /var/lib/cvmfs/shared key: cachecvmfs-${{ steps.version.outputs.tag }} diff --git a/.github/workflows/artdaq-test-single-pkg.yml b/.github/workflows/artdaq-test-single-pkg.yml index 1af90b5..003250b 100644 --- a/.github/workflows/artdaq-test-single-pkg.yml +++ b/.github/workflows/artdaq-test-single-pkg.yml @@ -64,7 +64,7 @@ jobs: - name: Cache cvmfs cache id: cvmfs_cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /var/lib/cvmfs/shared key: cachecvmfs-${{ steps.version.outputs.tag }} diff --git a/.github/workflows/artdaq-tidy-single-pkg.yml b/.github/workflows/artdaq-tidy-single-pkg.yml index 47c7ecd..0e35b89 100644 --- a/.github/workflows/artdaq-tidy-single-pkg.yml +++ b/.github/workflows/artdaq-tidy-single-pkg.yml @@ -67,7 +67,7 @@ jobs: - name: Cache cvmfs cache id: cvmfs_cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /var/lib/cvmfs/shared key: cachecvmfs-${{ steps.version.outputs.tag }} diff --git a/.github/workflows/otsdaq-build-single-pkg.yml b/.github/workflows/otsdaq-build-single-pkg.yml index 58c9786..1bd7124 100644 --- a/.github/workflows/otsdaq-build-single-pkg.yml +++ b/.github/workflows/otsdaq-build-single-pkg.yml @@ -64,7 +64,7 @@ jobs: - name: Cache cvmfs cache id: cvmfs_cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /var/lib/cvmfs/shared key: cachecvmfs-${{ steps.version.outputs.tag }} diff --git a/.github/workflows/otsdaq-develop-cpp-ci.yml b/.github/workflows/otsdaq-develop-cpp-ci.yml index e6ebd2e..d52ab26 100644 --- a/.github/workflows/otsdaq-develop-cpp-ci.yml +++ b/.github/workflows/otsdaq-develop-cpp-ci.yml @@ -65,7 +65,7 @@ jobs: - name: Cache cvmfs cache id: cvmfs_cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /var/lib/cvmfs/shared key: cachecvmfs-${{ steps.version.outputs.tag }} diff --git a/.github/workflows/otsdaq-format-single-pkg.yml b/.github/workflows/otsdaq-format-single-pkg.yml index 87dbc74..8e01728 100644 --- a/.github/workflows/otsdaq-format-single-pkg.yml +++ b/.github/workflows/otsdaq-format-single-pkg.yml @@ -69,7 +69,7 @@ jobs: - name: Cache cvmfs cache id: cvmfs_cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /var/lib/cvmfs/shared key: cachecvmfs-${{ steps.version.outputs.tag }} diff --git a/.github/workflows/otsdaq-lcov.yml b/.github/workflows/otsdaq-lcov.yml index f46fca0..0608963 100644 --- a/.github/workflows/otsdaq-lcov.yml +++ b/.github/workflows/otsdaq-lcov.yml @@ -68,7 +68,7 @@ jobs: - name: Cache cvmfs cache id: cvmfs_cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /var/lib/cvmfs/shared key: cachecvmfs-${{ steps.version.outputs.tag }} diff --git a/.github/workflows/otsdaq-test-single-pkg.yml b/.github/workflows/otsdaq-test-single-pkg.yml index 52cb546..11990b0 100644 --- a/.github/workflows/otsdaq-test-single-pkg.yml +++ b/.github/workflows/otsdaq-test-single-pkg.yml @@ -63,7 +63,7 @@ jobs: - name: Cache cvmfs cache id: cvmfs_cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /var/lib/cvmfs/shared key: cachecvmfs-${{ steps.version.outputs.tag }} diff --git a/.github/workflows/otsdaq-tidy-single-pkg.yml b/.github/workflows/otsdaq-tidy-single-pkg.yml index ed3a02f..d5e51f9 100644 --- a/.github/workflows/otsdaq-tidy-single-pkg.yml +++ b/.github/workflows/otsdaq-tidy-single-pkg.yml @@ -67,7 +67,7 @@ jobs: - name: Cache cvmfs cache id: cvmfs_cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /var/lib/cvmfs/shared key: cachecvmfs-${{ steps.version.outputs.tag }}