Skip to content

chore(deps): update github-actions (#283) #49

chore(deps): update github-actions (#283)

chore(deps): update github-actions (#283) #49

Workflow file for this run

name: Save dprint plugin cache
permissions: {}
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "dprint.json"
- ".github/workflows/dprint.yml"
jobs:
cache:
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@83ed61bfbe2b8abbb3c66e8b65b1335484c70009 # v1.4.1
- uses: taiki-e/install-action@f916cfac5d8efd040e250d0cd6b967616504b3a4 # v2.68.32
with:
tool: dprint
- run: dprint check
- name: Save dprint plugin cache
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with:
key: dprint-${{ hashFiles('dprint.json') }}
path: ~/.cache/dprint