Skip to content

chore(deps): bump docker/setup-buildx-action from 2 to 3 #66

chore(deps): bump docker/setup-buildx-action from 2 to 3

chore(deps): bump docker/setup-buildx-action from 2 to 3 #66

Workflow file for this run

---
name: Sync the template repository
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Queue
uses: ahmadnassri/action-workflow-queue@v1.1
- name: Checkout
uses: actions/checkout@v4
- name: Sync
uses: ahmadnassri/action-template-repository-sync@v2.5.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}