Bump the github-actions group with 2 updates (#6770)
Bumps the github-actions group with 2 updates: [install-pinned/ruff](https://github.com/install-pinned/ruff) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `install-pinned/ruff` from 38b373a3a8635c2be31d92314e816a491fda910a to 8e23c2ad6e5fef4f7451bbdbc1ad068881096aeb - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](38b373a3a8...8e23c2ad6e
) Updates `docker/setup-buildx-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](0d103c3126...2b51285047
) --- updated-dependencies: - dependency-name: install-pinned/ruff dependency-type: direct:production dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
16a28bcd1f
commit
8ca88037c8
|
@ -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 .
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue