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 | crazy-max/ghaction-import-gpg            | v5     | v6    |
| maven       | com.gradle.publish:plugin-publish-plugin | 0.21.0 | 1.0.0 |
  • Loading branch information
renovate[bot] committed Feb 2, 2024
1 parent a6af24e commit 78f55e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
arguments: build -x spotlessCheck --scan --stacktrace

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.SIGNING_KEY }}
passphrase: ${{ secrets.SIGNING_KEY_PASSPHRASE }}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ arrow = "1.2.1"
arrowGradleConfig = "0.11.0"
coroutines = "1.7.3"
dokka = "1.9.10"
gradlePublish = "0.21.0"
gradlePublish = "1.0.0"
javierscSemverGradlePlugin = "0.5.0-rc.6"
kotlin = "1.9.20"
nexusPublish = "1.3.0"
Expand Down

0 comments on commit 78f55e0

Please sign in to comment.