Skip to content

Commit

Permalink
chore(deps): update actions/setup-go digest to 3041bf5
Browse files Browse the repository at this point in the history
  • Loading branch information
public-glueops-renovatebot[bot] authored Dec 11, 2024
1 parent 267330d commit c4e048a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-to-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Push Docker image to Docker Registry
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
with:
go-version: '1.21.7'
- run: go version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-metacontroller-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-22.04
environment: ${{ inputs.GLUEOPS_ENV }}
steps:
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
with:
go-version: '1.21.7'
- run: go version
Expand Down

0 comments on commit c4e048a

Please sign in to comment.