Skip to content

Commit

Permalink
Merge branch 'master' into renovate/golang-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
EhsanLunar authored Apr 17, 2024
2 parents 0ad271c + 2c8760d commit 226c0ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
go-version: 1.22.2
- name: Cache Go modules
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
go-version: 1.22.2
- name: Cache Go modules
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 226c0ee

Please sign in to comment.