Skip to content

chore(deps): update github-actions #41

chore(deps): update github-actions

chore(deps): update github-actions #41

Workflow file for this run

---
name: cache-trunk
on:
pull_request:
push:
branches: [main]
paths: [.trunk/trunk.yaml]
workflow_dispatch:
workflow_call:
permissions: read-all
# permission for job is actions-write
jobs:
build-cache:
name: Cache Trunk
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Trunk Check
uses: trunk-io/trunk-action@540e7fe497a45ae76370d26d95cc249059c4ac3a # v1
with:
check-mode: populate_cache_only