From 340a3256fb293d044bff3f5514fd9390b2aa7ad3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 01:15:42 +0000 Subject: [PATCH] chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v1.10.0 (#166) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.github.typesafegithub:github-workflows-kt](https://togithub.com/typesafegithub/github-workflows-kt) | `1.9.0` -> `1.10.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.typesafegithub:github-workflows-kt/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.typesafegithub:github-workflows-kt/1.9.0/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.typesafegithub:github-workflows-kt/1.9.0/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
typesafegithub/github-workflows-kt (io.github.typesafegithub:github-workflows-kt) ### [`v1.10.0`](https://togithub.com/typesafegithub/github-workflows-kt/releases/tag/v1.10.0): 1.10.0 [Compare Source](https://togithub.com/typesafegithub/github-workflows-kt/compare/v1.9.0...v1.10.0) #### :star: Features None. #### :page_facing_up: Docs - [add several project using the lib](https://togithub.com/typesafegithub/github-workflows-kt/commit/fda699419482f8251a090ac68b4f06c6ec080538) #### :hammer_and_wrench: Fixes None. #### :bomb: Breaking changes None. #### ▶️ Actions - [add actions/cache@v4](https://togithub.com/typesafegithub/github-workflows-kt/commit/cf6ec784ac1520f6b5ed0fda37b74dff9fbca209) - [add cachix/install-nix-action@v25](https://togithub.com/typesafegithub/github-workflows-kt/commit/04bdc5c29a1c5653d44783168327ae458cf8388b) - [update actions/upload-artifact@v4](https://togithub.com/typesafegithub/github-workflows-kt/commit/cf5bce088372306fc994a5ce40be21ce2248a3f9) *** The above release notes include customer-facing changes. If you're interested also in internal changes, please see the full changelog: https://github.com/typesafegithub/github-workflows-kt/compare/v1.9.0...v1.10.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/typesafegithub/github-actions-typing). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.main.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.main.kts b/.github/workflows/build.main.kts index 826e86a..0277440 100755 --- a/.github/workflows/build.main.kts +++ b/.github/workflows/build.main.kts @@ -1,5 +1,5 @@ #!/usr/bin/env kotlin -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.9.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.10.0") import io.github.typesafegithub.workflows.actions.actions.CheckoutV4 import io.github.typesafegithub.workflows.actions.actions.SetupJavaV4