Skip to content

chore(deps): bump gunshi from 0.37.2 to 0.37.3 in the production-dependencies group #171

chore(deps): bump gunshi from 0.37.2 to 0.37.3 in the production-dependencies group

chore(deps): bump gunshi from 0.37.2 to 0.37.3 in the production-dependencies group #171

Workflow file for this run

name: Dependency Diff (Analyze)
on:
pull_request:
jobs:
diff_dependencies:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
- name: Analyze Dependencies
id: analyze
uses: e18e/action-dependency-diff@9a7f09f5f2993256322e0db17ee4c8d9339dab77 # v1.7.1
with:
mode: artifact
- name: Upload Artifact
if: steps.analyze.outputs.artifact-path
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: e18e-diff-result
path: ${{ steps.analyze.outputs.artifact-path }}