From e8752c2e25ea8701b7df4102a67dd636193530bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:36:01 -0800 Subject: [PATCH] chore(deps): update docker/bake-action action to v6 (#3526) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3db79083..d2fa6309 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -69,7 +69,7 @@ jobs: echo "${{ secrets.TTL_KEY }}" > shared_key.pem echo "${{ secrets.TTL_CERT }}" > shared_cert.pem - name: Build - uses: docker/bake-action@v5 + uses: docker/bake-action@v6 with: load: true set: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa3a9841..519a24d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -109,7 +109,7 @@ jobs: - name: Generate certs run: make shared_key.pem shared_cert.pem - name: Build - uses: docker/bake-action@v5 + uses: docker/bake-action@v6 with: load: true set: |