A very simple terminal spinner
0

Configure Feed

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

Update actions/checkout action to v5 (#15)

authored by

renovate[bot] and committed by
GitHub
(Aug 11, 2025, 5:46 PM +0100) d6c082fe b58be0d4

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