Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update github actions #317

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2
- 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.2
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.18
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.12
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.2
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down