Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

chore(deps): update actions/cache action to v4 #1090

chore(deps): update actions/cache action to v4

chore(deps): update actions/cache action to v4 #1090

---
# This workflow was added by CodeSee. Learn more at https://codesee.io/
# This is v2.0 of this workflow file
on: # yamllint disable-line rule:truthy
push:
branches:
- develop
pull_request_target:
types:
- opened
- synchronize
- reopened
name: 🤖 CodeSee
permissions: read-all
jobs:
codesee:
uses: wayofdev/gh-actions/.github/workflows/create-arch-diagram.yml@master
with:
os: ubuntu-latest
continue-on-error: true
secrets:
codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
...