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 Sep 21, 2022
1 parent fa451bb commit f5961f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Install cilium-cli
env:
# renovate: depName=cilium/cilium-cli datasource=github-releases
CILIUM_CLI_VERSION: v0.12.3
CILIUM_CLI_VERSION: v0.12.4
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 @@ -101,7 +101,7 @@ jobs:
- name: kind-1 - Install MetalLB
env:
# renovate: depName=metallb datasource=helm registryUrl=https://charts.bitnami.com/bitnami
METALLB_CHART_VERSION: 4.1.2
METALLB_CHART_VERSION: 4.1.3
run: |
MANIFESTS_PATH=/tmp/metallb-manifests.yaml
Expand Down

0 comments on commit f5961f9

Please sign in to comment.