diff --git a/.github/workflows/update_bindings.yml b/.github/workflows/update_bindings.yml index 2825c200..0269eccf 100644 --- a/.github/workflows/update_bindings.yml +++ b/.github/workflows/update_bindings.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0 + uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 - name: Create branch run: git checkout -b'github-actions/update-bindings/sdk/${{ github.event.inputs.sdk_version }}'