diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index e6693cd65..458a39710 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: install-pinned/ruff@38b373a3a8635c2be31d92314e816a491fda910a + - uses: install-pinned/ruff@8e23c2ad6e5fef4f7451bbdbc1ad068881096aeb - run: ruff --fix-only . - run: ruff format . diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 771e4a1ff..ac110a837 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -238,7 +238,7 @@ jobs: name: binaries.linux path: release/dist - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 - - uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v1.6.0 + - uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v1.6.0 - run: python release/build-and-deploy-docker.py deploy: