Skip to content

Bump docker/setup-buildx-action from 3.9.0 to 3.10.0 #291

Bump docker/setup-buildx-action from 3.9.0 to 3.10.0

Bump docker/setup-buildx-action from 3.9.0 to 3.10.0 #291

Workflow file for this run

---
name: Pull Request Labeler
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
# https://github.com/marketplace/actions/labeler
- name: Label PRs
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}