From 2184e0b10620a303f125baec6e8331cd6ff1541a Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Sat, 24 Jan 2026 23:09:38 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/build_test.yml | 2 +- .github/workflows/deploy_snapshot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 15c6d7b1..7012acba 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout DeepLinkDispatch - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Build/Test DeepLinkDispatch run: ./gradlew assemble check javadoc lintKotlin \ No newline at end of file diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index 0ef95332..49501931 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout DeepLinkDispatch - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Update gradle.properties uses: DamianReeves/write-file-action@master with: