From 278e58549e0dfaeaf17f3c0f9f1e8cd4dcaac85c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Apr 2022 19:00:01 +0000 Subject: [PATCH] Update all dependencies | datasource | package | from | to | | ----------- | ----------------------------------------------------- | ------ | ------ | | github-tags | actions/checkout | v3.0.1 | v3.0.2 | | github-tags | actions/checkout | v3.0.1 | v3.0.2 | | github-tags | actions/checkout | v3.0.1 | v3.0.2 | | cdnjs | bodymovin/lottie.min.js | 5.9.2 | 5.9.3 | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.6.20 | 1.6.21 | --- .github/workflows/publish.yml | 4 ++-- .github/workflows/pull_request.yml | 2 +- arrow-site/docs/_includes/_head.html | 2 +- gradle/libs.versions.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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"