Skip to content

build(deps): bump actions/checkout from 4.1.1 to 4.1.2 in /.github/workflows #377

build(deps): bump actions/checkout from 4.1.1 to 4.1.2 in /.github/workflows

build(deps): bump actions/checkout from 4.1.1 to 4.1.2 in /.github/workflows #377

Workflow file for this run

---
name: ⭕ Trunk [check]
on:
push:
branches: [main]
tags: [v*.*.*]
pull_request:
types: [opened, synchronize]
workflow_dispatch: {}
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
permissions:
checks: write # For trunk to post annotations
contents: read # For repo checkout
steps:
- name: ✅ Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- name: ✨ Trunk Check
uses: trunk-io/trunk-action@76fcbaff0ca53cae6547c50076a8c477d36cf54a