From 5074ccacefbae3626b36e15acf5466190f1938e1 Mon Sep 17 00:00:00 2001 From: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:47:02 +0200 Subject: [PATCH 1/2] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc73510a..c9fc2347 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 60 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive - name: Install Rust @@ -32,7 +32,7 @@ jobs: # build-playground: # runs-on: ubuntu-latest # steps: -# - uses: actions/checkout@v3 +# - uses: actions/checkout@v4 # with: # submodules: recursive # - name: Downgrade CMAKE @@ -43,4 +43,4 @@ jobs: # echo "/opt/cmake/bin" >> $GITHUB_PATH # - name: Build Playground # working-directory: ./crates/playground -# run: cargo build --examples \ No newline at end of file +# run: cargo build --examples From 9de0b5b7b3c2fda5f409e9f61d7779b77cf31f2b Mon Sep 17 00:00:00 2001 From: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:47:18 +0200 Subject: [PATCH 2/2] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 149015e4..23fdae26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - name: Get current date id: date run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive - uses: actions-rs/toolchain@v1