Skip to content

Bump actions/checkout from 3.5.3 to 4.2.0 #39

Bump actions/checkout from 3.5.3 to 4.2.0

Bump actions/checkout from 3.5.3 to 4.2.0 #39

Workflow file for this run

name: tests
on:
pull_request:
branches:
- main
types: [opened, reopened, synchronize]
jobs:
unit-test:
name: unit-test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit-tests
run: make test