Skip to content

ci(github-action): update actions/checkout digest to 692973e #700

ci(github-action): update actions/checkout digest to 692973e

ci(github-action): update actions/checkout digest to 692973e #700

Workflow file for this run

name: tests
on:
push: {}
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Run tests
run: make test