Updates actions/checkout from 6 to 7 (#1999)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rangi <[email protected]>
This commit is contained in:
dependabot[bot]
2026-07-01 23:06:12 -04:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Rangi
parent 0e3d1df129
commit 37818a1847
8 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -19,12 +19,12 @@ jobs:
runs-on: ubuntu-slim
steps:
- name: Checkout rgbds
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: rgbds
sparse-checkout: man # Avoid checking out other files, we don't use them here.
- name: Checkout rgbds-www
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: rgbds-www
repository: ${{ github.repository_owner }}/rgbds-www