Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

chore(deps-dev): bump rollup from 3.18.0 to 4.0.2 #1547

chore(deps-dev): bump rollup from 3.18.0 to 4.0.2

chore(deps-dev): bump rollup from 3.18.0 to 4.0.2 #1547

Workflow file for this run

name: Mirror
on: [ push ]
# Ensures that only one mirror task will run at a time.
concurrency:
group: git-mirror
jobs:
git-mirror:
if: github.actor!= 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.ID_STEFANO }}
with:
source-repo: "[email protected]:stefanobartoletti/bricks.git"
destination-repo: "[email protected]:stefanobartoletti/bricks.git"