Skip to content

chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 #13

chore(deps): bump actions/checkout from 7.0.0 to 7.0.1

chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 #13

Workflow file for this run

---
name: Test CI
on:
pull_request:
paths: [.github/workflows/test_ci.yaml, action.yml]
jobs:
ci:
runs-on: ubuntu-24.04
permissions:
contents: read # Required to checkout repository.
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
- name: Changed diff-tree
id: changed
uses: ./