Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                                   | from   | to     |
| ----------- | --------------------------------------------------------- | ------ | ------ |
| github-tags | JamesIves/github-pages-deploy-action                      | v4.4.3 | v4.5.0 |
| maven       | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 6.22.0 | 6.23.0 |
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent c90d15e commit f9460dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:

- name: Deploy docs 🚀 to website
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'hoc081098/FlowExt' && matrix.os == 'macos-11' }}
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/dokka/html # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Deploy docs 🚀 to website
if: ${{ matrix.os == 'macos-11' }}
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/dokka/html # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import java.net.URL

plugins {
kotlin("multiplatform") version "1.9.21"
id("com.diffplug.spotless") version "6.22.0"
id("com.diffplug.spotless") version "6.23.0"
id("maven-publish")
id("com.vanniktech.maven.publish") version "0.25.3"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2"
Expand Down

0 comments on commit f9460dc

Please sign in to comment.