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 committed Apr 20, 2022
1 parent 5bf3708 commit b777de9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-build-test.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2.9.1
with:
# renovate: depName=goreleaser/goreleaser
version: v1.8.2
version: v1.8.3
args: build --snapshot --rm-dist --single-target
test:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: kind-1 - Install MetalLB
env:
# renovate: depName=metallb datasource=helm registryUrl=https://charts.bitnami.com/bitnami
METALLB_CHART_VERSION: 2.6.13
METALLB_CHART_VERSION: 2.6.14
run: |
IP_RANGE_PREFIX=$(docker network inspect -f '{{(index .IPAM.Config 0).Subnet}}' kind | cut -d. -f1-3)
helm repo add bitnami https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2.9.1
with:
# renovate: depName=goreleaser/goreleaser
version: v1.8.2
version: v1.8.3
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b777de9

Please sign in to comment.