diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ea50213860b..aa457f9a91a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.0.2 with: fetch-depth: 0 @@ -128,7 +128,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 26515f27f6a..30fee419cd0 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.0.2 with: fetch-depth: 0 diff --git a/arrow-site/docs/_includes/_head.html b/arrow-site/docs/_includes/_head.html index 94bb800b29e..7814b269db4 100644 --- a/arrow-site/docs/_includes/_head.html +++ b/arrow-site/docs/_includes/_head.html @@ -32,7 +32,7 @@ - + diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 669ccf900d0..6e6c5df0d9b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ arrowGradleConfig = "0.10.1" assertj = "3.22.0" coroutines = "1.6.1" classgraph = "4.8.146" -dokka = "1.6.20" +dokka = "1.6.21" jUnit = "4.13.2" jUnitJupiter = "5.8.2" jUnitVintage = "5.8.2"