diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d0983d46..5733b4e2 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: lfs: true diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 6ea5eba7..303bf0ad 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -18,14 +18,14 @@ jobs: ########################################################################################## # Checkout - name: Checkout Repo - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: lfs: true ########################################################################################## # Setup SDK - name: Checkout Build Tools - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: repository: flashflashrevolution/rCubed-build-tools path: "tools" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd658d20..ae0dbaa5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,14 +34,14 @@ jobs: ########################################################################################## # Checkout - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: lfs: true ########################################################################################## # Setup SDK - name: Checkout Build Tools - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: repository: flashflashrevolution/rCubed-build-tools path: "tools"