A lightweight terminal messaging toolkit for Go CLIs
0

Configure Feed

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

Update actions/checkout action to v7 (#115)

authored by

renovate[bot] and committed by
GitHub
(Jun 18, 2026, 9:14 PM +0100) 788ac01d 23b18116

+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