mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-22 14:54:33 +00:00
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:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Rangi
parent
0e3d1df129
commit
37818a1847
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user