Skip to content

chore(deps): bump the github-actions group with 7 updates #298

chore(deps): bump the github-actions group with 7 updates

chore(deps): bump the github-actions group with 7 updates #298

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
permissions: {}
jobs:
test-go:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: stable
- run: go test -v ./...