Skip to content

Commit

Permalink
chore(deps): update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 0dd7e70 commit 1c100a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@ jobs:
uses: arduino/setup-task@v2.0.0
with:
# renovate: depName=go-task/task datasource=github-releases
version: 3.38.0
version: 3.39.0
- name: Tidy go.mod
run: go mod tidy
- name: Run linters
uses: golangci/golangci-lint-action@v6.1.0
with:
# renovate: depName=golangci/golangci-lint datasource=github-releases
version: v1.60.1
version: v1.61.0
args: --timeout=10m0s
install-mode: goinstall
- name: Build with Goreleaser
if: ${{ always() }}
uses: goreleaser/goreleaser-action@v6.0.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v2.2.0
version: v2.3.0
args: build --snapshot --clean --single-target
- name: Update usage
run: task update-usage
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: kind-1 - Install MetalLB
env:
# renovate: depName=metallb datasource=helm registryUrl=https://charts.bitnami.com/bitnami
METALLB_CHART_VERSION: 6.3.10
METALLB_CHART_VERSION: 6.3.11
run: |
MANIFESTS_PATH=/tmp/metallb-manifests.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6.0.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v2.2.0
version: v2.3.0
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1c100a4

Please sign in to comment.