Skip to content

Commit 24eefdf

Browse files
chore(deps): update github actions (#323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c58366d commit 24eefdf

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-rsync-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4.2.2
2323
- name: Set up QEMU
24-
uses: docker/setup-qemu-action@v3.2.0
24+
uses: docker/setup-qemu-action@v3.3.0
2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v3.8.0
2727
- name: Login to DockerHub
@@ -30,7 +30,7 @@ jobs:
3030
username: utkuozdemir
3131
password: ${{ secrets.DOCKERHUB_TOKEN }}
3232
- name: Build and push
33-
uses: docker/build-push-action@v6.10.0
33+
uses: docker/build-push-action@v6.11.0
3434
with:
3535
context: ./docker/rsync/
3636
platforms: linux/amd64,linux/arm,linux/arm64

.github/workflows/build-sshd-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4.2.2
2323
- name: Set up QEMU
24-
uses: docker/setup-qemu-action@v3.2.0
24+
uses: docker/setup-qemu-action@v3.3.0
2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v3.8.0
2727
- name: Login to DockerHub
@@ -30,7 +30,7 @@ jobs:
3030
username: utkuozdemir
3131
password: ${{ secrets.DOCKERHUB_TOKEN }}
3232
- name: Build and push
33-
uses: docker/build-push-action@v6.10.0
33+
uses: docker/build-push-action@v6.11.0
3434
with:
3535
context: ./docker/sshd/
3636
platforms: linux/amd64,linux/arm,linux/arm64

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Install cilium-cli
8585
env:
8686
# renovate: depName=cilium/cilium-cli datasource=github-releases
87-
CILIUM_CLI_VERSION: v0.16.22
87+
CILIUM_CLI_VERSION: v0.16.23
8888
run: |
8989
wget https://github.com/cilium/cilium-cli/releases/download/${CILIUM_CLI_VERSION}/cilium-linux-amd64.tar.gz
9090
sudo tar xzvfC cilium-linux-amd64.tar.gz /usr/local/bin

.github/workflows/release-rsync-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4.2.2
1515
- name: Set up QEMU
16-
uses: docker/setup-qemu-action@v3.2.0
16+
uses: docker/setup-qemu-action@v3.3.0
1717
- name: Set up Docker Buildx
1818
uses: docker/setup-buildx-action@v3.8.0
1919
- name: Login to DockerHub
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set image tag as env variable
2525
run: echo "IMAGE_VERSION=$(echo ${GITHUB_REF#refs/*/} | sed 's/^docker-rsync-//')" >> $GITHUB_ENV
2626
- name: Build and push
27-
uses: docker/build-push-action@v6.10.0
27+
uses: docker/build-push-action@v6.11.0
2828
with:
2929
context: ./docker/rsync/
3030
platforms: linux/amd64,linux/arm,linux/arm64

.github/workflows/release-sshd-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4.2.2
1515
- name: Set up QEMU
16-
uses: docker/setup-qemu-action@v3.2.0
16+
uses: docker/setup-qemu-action@v3.3.0
1717
- name: Set up Docker Buildx
1818
uses: docker/setup-buildx-action@v3.8.0
1919
- name: Login to DockerHub
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set image tag as env variable
2525
run: echo "IMAGE_VERSION=$(echo ${GITHUB_REF#refs/*/} | sed 's/^docker-sshd-//')" >> $GITHUB_ENV
2626
- name: Build and push
27-
uses: docker/build-push-action@v6.10.0
27+
uses: docker/build-push-action@v6.11.0
2828
with:
2929
context: ./docker/sshd/
3030
platforms: linux/amd64,linux/arm,linux/arm64

0 commit comments

Comments
 (0)