Skip to content

chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.7.9 to 6.7.10 #431

chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.7.9 to 6.7.10

chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.7.9 to 6.7.10 #431

name: Check for diff after manifest and generated targets
on:
pull_request: {}
permissions:
contents: read
jobs:
diff-check-manifests:
name: Check for diff
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: '${{ github.workspace }}/go.mod'
- name: Restore Go cache
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: /home/runner/work/_temp/_github_home/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: go mod tidy
run: |
go mod tidy
- name: Check for diff
run: |
git diff --exit-code --shortstat