Skip to content

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the actions-organization group #7379

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the actions-organization group

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the actions-organization group #7379

Workflow file for this run

name: Check for go mod changes
on:
pull_request:
merge_group:
permissions:
contents: read
jobs:
validate-go-mod:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Setup golang
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
- name: Test go mod
run: |
go mod tidy
git diff --exit-code go.mod go.sum