Skip to content

ci(tools): update actions/checkout digest to 0ad4b8f #83

ci(tools): update actions/checkout digest to 0ad4b8f

ci(tools): update actions/checkout digest to 0ad4b8f #83

Workflow file for this run

---
name: general
"on":
push:
branches:
- master
pull_request:
branches:
- master
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout source
id: source
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
...