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 15, 2024
1 parent 37087b4 commit 3d696c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.1
args: build --snapshot --clean --single-target
- name: Update usage
run: task update-usage
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Install cilium-cli
env:
# renovate: depName=cilium/cilium-cli datasource=github-releases
CILIUM_CLI_VERSION: v0.16.16
CILIUM_CLI_VERSION: v0.16.17
run: |
wget https://github.com/cilium/cilium-cli/releases/download/${CILIUM_CLI_VERSION}/cilium-linux-amd64.tar.gz
sudo tar xzvfC cilium-linux-amd64.tar.gz /usr/local/bin
Expand All @@ -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.1
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3d696c7

Please sign in to comment.