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 Jun 30, 2023
1 parent 88fd0c4 commit bc85f4a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-rsync-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.2.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.7.0
uses: docker/setup-buildx-action@v2.8.0
- name: Login to DockerHub
uses: docker/login-action@v2.2.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-sshd-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.2.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.7.0
uses: docker/setup-buildx-action@v2.8.0
- name: Login to DockerHub
uses: docker/login-action@v2.2.0
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4.3.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v1.18.2
version: v1.19.1
args: build --snapshot --clean --single-target
test:
runs-on: ubuntu-20.04
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Install cilium-cli
env:
# renovate: depName=cilium/cilium-cli datasource=github-releases
CILIUM_CLI_VERSION: v0.14.8
CILIUM_CLI_VERSION: v0.15.0
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 @@ -99,7 +99,7 @@ jobs:
- name: kind-1 - Install MetalLB
env:
# renovate: depName=metallb datasource=helm registryUrl=https://charts.bitnami.com/bitnami
METALLB_CHART_VERSION: 4.5.4
METALLB_CHART_VERSION: 4.5.5
run: |
MANIFESTS_PATH=/tmp/metallb-manifests.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-rsync-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.2.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.7.0
uses: docker/setup-buildx-action@v2.8.0
- name: Login to DockerHub
uses: docker/login-action@v2.2.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sshd-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.2.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.7.0
uses: docker/setup-buildx-action@v2.8.0
- name: Login to DockerHub
uses: docker/login-action@v2.2.0
with:
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@v4.3.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v1.18.2
version: v1.19.1
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bc85f4a

Please sign in to comment.