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: