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 #1089

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

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

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
pull_request:
name: 🐞 Differential shell-check
permissions:
contents: read
jobs:
shellcheck:
uses: wayofdev/gh-actions/.github/workflows/shellcheck.yml@master
with:
os: ubuntu-latest
severity: warning
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
...