diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cef8ead..b4d1aea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Test - uses: docker/bake-action@f6acc70fe0da9b200315017ca49a08c0de03aa0b # v5.1.0 + uses: docker/bake-action@8cea75c238fa977d2ac1fa69d09604b3b740f809 # v5.6.1 with: targets: test - diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 7cb829d..39aa060 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -50,6 +50,6 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Validate - uses: docker/bake-action@f6acc70fe0da9b200315017ca49a08c0de03aa0b # v5.1.0 + uses: docker/bake-action@8cea75c238fa977d2ac1fa69d09604b3b740f809 # v5.6.1 with: targets: ${{ matrix.target }}