Skip to content

chore(deps): update actions/checkout digest to a5ac7e5 #107

chore(deps): update actions/checkout digest to a5ac7e5

chore(deps): update actions/checkout digest to a5ac7e5 #107

Workflow file for this run

name: test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Test
run: |
chmod +x .github/workflows/test.sh
./.github/workflows/test.sh
shell: bash