A lightweight test helper package
0

Configure Feed

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

Update actions/checkout action to v7 (#107)

authored by

renovate[bot] and committed by
GitHub
(Jun 19, 2026, 6:47 AM +0100) 7fd51388 764cc230

+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