diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 177fd75..356eb4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: with: go-version: 1.22.2 - name: Cache Go modules - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0c7320..877aca6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: go-version: 1.22.2 - name: Cache Go modules - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/docker-compose.yaml b/docker-compose.yaml index a4ab194..158704b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -38,7 +38,7 @@ services: target: /config prometheus: - image: prom/prometheus:v2.49.1 + image: prom/prometheus:v2.51.2 volumes: - type: bind source: ./prometheus.yml