Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

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.2.0 | v3.3.0 |
| github-tags | actions/upload-artifact                                                             | v3.1.1 | v3.1.2 |
| maven       | com.gradle.enterprise:com.gradle.enterprise.gradle.plugin                           | 3.12   | 3.12.2 |
| maven       | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.7.22 | 1.8.0  |
  • Loading branch information
renovate[bot] committed Jan 6, 2023
1 parent 8bedfd5 commit de6fbfb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

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

Expand All @@ -41,7 +41,7 @@ jobs:

- name: Upload reports
if: always()
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.1.2
with:
name: 'reports-${{ matrix.os }}'
path: '**/build/reports/**'
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout the repo
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0

Expand All @@ -52,7 +52,7 @@ jobs:
arguments: build --scan --full-stacktrace

- name: Upload reports
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.1.2
with:
name: 'reports-${{ matrix.os }}'
path: '**/build/reports/**'
Expand Down
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ coroutines = "1.6.4"
dokka = "1.7.20"
kotest = "5.5.4"
kotest-plugin = "5.5.4"
kotlin = "1.7.22"
kotlin = "1.8.0"
kotlinBinaryCompatibilityValidator = "0.12.1"
kover = "0.6.1"
nexusPublish = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enableFeaturePreview("VERSION_CATALOGS")
rootProject.name = "Saga"

plugins {
id("com.gradle.enterprise") version "3.12"
id("com.gradle.enterprise") version "3.12.2"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit de6fbfb

Please sign in to comment.