Simple, intuitive CLI framework for Go pkg.go.dev/go.followtheprocess.codes/cli
go cli
0

Configure Feed

Select the types of activity you want to include in your feed.

Update actions/checkout action to v7 (#217)

authored by

renovate[bot] and committed by
GitHub
(Jun 18, 2026, 9:06 PM +0100) 88f06d4f 4c4c53ab

+2 -2
+1 -1
.github/workflows/labeler.yml
··· 17 17 18 18 steps: 19 19 - name: Checkout Code 20 - uses: actions/checkout@v6 20 + uses: actions/checkout@v7 21 21 22 22 - name: Run Labeler 23 23 uses: crazy-max/ghaction-github-labeler@v6
+1 -1
.github/workflows/release.yml
··· 17 17 18 18 steps: 19 19 - name: Checkout Code 20 - uses: actions/checkout@v6 20 + uses: actions/checkout@v7 21 21 with: 22 22 fetch-depth: 0 23 23