Skip to content

chore(deps): update dependency @vitejs/plugin-react to v4.3.2 #68

chore(deps): update dependency @vitejs/plugin-react to v4.3.2

chore(deps): update dependency @vitejs/plugin-react to v4.3.2 #68

Workflow file for this run

name: Update GitHub Actions comment
on: pull_request
jobs:
update-github-actinos-comment:
runs-on: ubuntu-latest
permissions:
contents: write
packages: read
pull-requests: write
if: ${{ github.actor == 'renovate[bot]' }}
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.25.2
- run: pinact run
- name: Check pinact diff
id: pinact
continue-on-error: true
run: git diff --exit-code .github
- uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
if: steps.pinact.outcome != 'success'
with:
commit-message: "chore: Update github actions comment"
branch: ${{ github.ref_name }}/propose-generated-diff
base: ${{ github.event.pull_request.head.ref }}
delete-branch: true
title: "chore: Update github actions comment"
body: "refs. #${{ github.event.number }}"
token: ${{ secrets.WORKFLOW_TOKEN }}