From 3bdca455c193c630deaeb22b876c66896c339796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 07:43:19 +0000 Subject: [PATCH] Bump z-shell/.github from 1.0.7 to 1.0.8 Bumps [z-shell/.github](https://github.com/z-shell/.github) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/z-shell/.github/releases) - [Commits](https://github.com/z-shell/.github/compare/v1.0.7...v1.0.8) --- updated-dependencies: - dependency-name: z-shell/.github dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-labels.yml | 2 +- .github/workflows/trunk-check.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 892d357..1d60407 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -9,4 +9,4 @@ on: jobs: labels: name: "♻️ Sync labels" - uses: z-shell/.github/.github/workflows/sync-labels.yml@v1.0.7 + uses: z-shell/.github/.github/workflows/sync-labels.yml@v1.0.8 diff --git a/.github/workflows/trunk-check.yml b/.github/workflows/trunk-check.yml index 9099010..a72b32b 100644 --- a/.github/workflows/trunk-check.yml +++ b/.github/workflows/trunk-check.yml @@ -14,10 +14,10 @@ jobs: check: if: github.event.schedule != '0 05 * * 5' name: "⚡" - uses: z-shell/.github/.github/workflows/trunk.yml@v1.0.7 + uses: z-shell/.github/.github/workflows/trunk.yml@v1.0.8 upload: if: github.event.schedule == '0 05 * * 5' name: "🆙" - uses: z-shell/.github/.github/workflows/trunk.yml@v1.0.7 + uses: z-shell/.github/.github/workflows/trunk.yml@v1.0.8 secrets: trunk-token: ${{ secrets.TRUNK_TOKEN }}