From ec5306f4ccad8426c411ce74d4d6a8789bf9d955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:34:59 +0000 Subject: [PATCH] Bump actions/cache from 5.0.5 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/27d5ce7f107fe9357f9df03efb73ab90386fccae...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/artdaq-build-single-pkg.yml | 2 +- .github/workflows/artdaq-develop-cpp-ci.yml | 2 +- .github/workflows/artdaq-format-single-pkg.yml | 2 +- .github/workflows/artdaq-integration-tests.yml | 2 +- .github/workflows/artdaq-lcov.yml | 2 +- .github/workflows/artdaq-test-single-pkg.yml | 2 +- .github/workflows/artdaq-tidy-single-pkg.yml | 2 +- .github/workflows/otsdaq-build-single-pkg.yml | 2 +- .github/workflows/otsdaq-develop-cpp-ci.yml | 2 +- .github/workflows/otsdaq-format-single-pkg.yml | 2 +- .github/workflows/otsdaq-lcov.yml | 2 +- .github/workflows/otsdaq-test-single-pkg.yml | 2 +- .github/workflows/otsdaq-tidy-single-pkg.yml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) 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 }}