Skip to content

chore(deps): bump actions/checkout from 3.5.3 to 4.0.0 #77

chore(deps): bump actions/checkout from 3.5.3 to 4.0.0

chore(deps): bump actions/checkout from 3.5.3 to 4.0.0 #77

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.17
- name: Unit tests
run: make test