From 36d9528cd8b01323f08623fe13d6a14bcac3c253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 06:18:09 +0000 Subject: [PATCH 1/2] fix(deps): bump io.github.robothy:local-s3-rest from 1.21 to 1.22 Bumps [io.github.robothy:local-s3-rest](https://github.com/Robothy/local-s3) from 1.21 to 1.22. - [Release notes](https://github.com/Robothy/local-s3/releases) - [Commits](https://github.com/Robothy/local-s3/compare/1.21...1.22) --- updated-dependencies: - dependency-name: io.github.robothy:local-s3-rest dependency-version: '1.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sda-commons-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sda-commons-dependencies/build.gradle b/sda-commons-dependencies/build.gradle index d61ba984..59c30760 100644 --- a/sda-commons-dependencies/build.gradle +++ b/sda-commons-dependencies/build.gradle @@ -88,7 +88,7 @@ dependencies { // sda-commons-starter-s3 api "io.awspring.cloud:spring-cloud-aws-s3:3.3.0" - api "io.github.robothy:local-s3-rest:1.21" + api "io.github.robothy:local-s3-rest:1.22" } } From 313f0571ebb726079a62ecc95fda696ce2cfc436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Siebahn?= <43337019+JoergSiebahn@users.noreply.github.com> Date: Thu, 17 Apr 2025 09:09:53 +0200 Subject: [PATCH 2/2] update docs-publishing runner due to deprecation by GH --- .github/workflows/publish-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 75db00b6..71b6684a 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -6,7 +6,7 @@ on: - main jobs: deploy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2 with: