Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| 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 |
  • Loading branch information
renovate-bot committed Apr 25, 2022
1 parent 225e16f commit 278e585
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.0.1
uses: actions/checkout@v3.0.2
with:
fetch-depth: 0

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.0.1
uses: actions/checkout@v3.0.2
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.0.1
uses: actions/checkout@v3.0.2
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion arrow-site/docs/_includes/_head.html
Expand Up @@ -32,7 +32,7 @@

<!-- Site main css -->
<link rel="stylesheet" type="text/css" href="/css/home-styles.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.9.2/lottie.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.9.3/lottie.min.js" type="text/javascript"></script>

<!-- Highlight -->
<script src="/js/highlight.pack.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 278e585

Please sign in to comment.