diff --git a/.github/actions/setup-caches/action.yaml b/.github/actions/setup-caches/action.yaml index f6cbcc59..56c05e50 100644 --- a/.github/actions/setup-caches/action.yaml +++ b/.github/actions/setup-caches/action.yaml @@ -9,11 +9,11 @@ inputs: runs: using: composite steps: - - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 + - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('**/go.sum') }}-${{ hashFiles('Makefile') }} - - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 + - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 if: ${{ inputs.build-cache-key }} with: path: ~/.cache/go-build diff --git a/hack/distro/monitoring/pyroscope/release.flux.yaml b/hack/distro/monitoring/pyroscope/release.flux.yaml index 810d32f6..fd0a7504 100644 --- a/hack/distro/monitoring/pyroscope/release.flux.yaml +++ b/hack/distro/monitoring/pyroscope/release.flux.yaml @@ -13,7 +13,7 @@ spec: chart: spec: chart: pyroscope - version: "1.18.0" + version: "1.18.1" sourceRef: kind: HelmRepository name: pyroscope