Skip to content

build(deps): bump actions/checkout from 3.5.3 to 4.0.0 #1737

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

build(deps): bump actions/checkout from 3.5.3 to 4.0.0 #1737

Workflow file for this run

name: go.mod check
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
check:
name: go.mod check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: 1.17
- name: Check go.mod files
shell: bash
run: |
cd gomod-sync
go run main.go check