diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5912c303..d195458e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -32,14 +32,14 @@ jobs: ########################################################################################## # Checkout - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.2 with: lfs: true ########################################################################################## # Setup SDK - name: Checkout Build Tools - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.2 with: repository: flashflashrevolution/rCubed-build-tools path: "tools" diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 861fd185..076ae474 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -18,14 +18,14 @@ jobs: ########################################################################################## # Checkout - name: Checkout Repo - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.2 with: lfs: true ########################################################################################## # Setup SDK - name: Checkout Build Tools - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.2 with: repository: flashflashrevolution/rCubed-build-tools path: "tools" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8277a0b..bcf7989e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,14 +34,14 @@ jobs: ########################################################################################## # Checkout - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.2 with: lfs: true ########################################################################################## # Setup SDK - name: Checkout Build Tools - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.2 with: repository: flashflashrevolution/rCubed-build-tools path: "tools"