Skip to content

Commit

Permalink
🌱 Update github-actions group to v6 (#134)
Browse files Browse the repository at this point in the history
| datasource  | package                      | from | to |
| ----------- | ---------------------------- | ---- | -- |
| github-tags | docker/build-push-action     | v5   | v6 |
| github-tags | goreleaser/goreleaser-action | v5   | v6 |

Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com>
  • Loading branch information
cluster-stack-bot[bot] authored Sep 11, 2024
1 parent 02443cc commit 07c26ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
with:
file: ./images/builder/Dockerfile
context: ./images/builder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: stable

- uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5
- uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit 07c26ab

Please sign in to comment.