Skip to content

chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 #7

chore(deps): bump actions/checkout from 5.0.0 to 5.0.1

chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 #7

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 0
persist-credentials: false
- name: Changed diff-tree
id: changed
uses: ./