Skip to content

chore(deps-dev): bump jsii-diff from 1.101.0 to 1.103.1 (#730) #178

chore(deps-dev): bump jsii-diff from 1.101.0 to 1.103.1 (#730)

chore(deps-dev): bump jsii-diff from 1.101.0 to 1.103.1 (#730) #178

name: Update build dependencies cache
# This workflow updates the dependency cache on 'main' so that all other (child) branches can reuse it.
# The 'website' directory is ignored, because there is a separate workflow for that directory.
# See cache branch permissions:
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache
on:
push:
branches:
- main
paths-ignore:
- "website/**"
workflow_dispatch:
jobs:
update-cache:
uses: ./.github/workflows/_store_deps_cache.yml