From 0392a439676b512741d2c7f3550ee36983f1a392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 00:24:31 +0000 Subject: [PATCH] Bump z-shell/.github Bumps [z-shell/.github](https://github.com/z-shell/.github) from 62b432bd1e71895def33d16166c90bc3131eaaaf to 934a11240ae176a36a72da4a7a495ab2f1eabbb3. - [Release notes](https://github.com/z-shell/.github/releases) - [Commits](https://github.com/z-shell/.github/compare/62b432bd1e71895def33d16166c90bc3131eaaaf...934a11240ae176a36a72da4a7a495ab2f1eabbb3) --- updated-dependencies: - dependency-name: z-shell/.github dependency-version: 934a11240ae176a36a72da4a7a495ab2f1eabbb3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/test-native.yml | 2 +- .github/workflows/zsh-n.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-native.yml b/.github/workflows/test-native.yml index 83513f6..165eb68 100644 --- a/.github/workflows/test-native.yml +++ b/.github/workflows/test-native.yml @@ -33,7 +33,7 @@ jobs: - name: Check out code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Zsh - uses: z-shell/.github/actions/setup-zsh@62b432bd1e71895def33d16166c90bc3131eaaaf # main + uses: z-shell/.github/actions/setup-zsh@934a11240ae176a36a72da4a7a495ab2f1eabbb3 # main - name: Install git and curl run: sudo apt-get update && sudo apt-get install -yq git curl - name: Make vendored bin executable diff --git a/.github/workflows/zsh-n.yml b/.github/workflows/zsh-n.yml index 562281a..aa7caf9 100644 --- a/.github/workflows/zsh-n.yml +++ b/.github/workflows/zsh-n.yml @@ -29,7 +29,7 @@ jobs: - name: Check out code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Zsh - uses: z-shell/.github/actions/setup-zsh@62b432bd1e71895def33d16166c90bc3131eaaaf # main + uses: z-shell/.github/actions/setup-zsh@934a11240ae176a36a72da4a7a495ab2f1eabbb3 # main - name: Check Zsh syntax run: | find . -type f \( -name '*.zsh' -o -path './functions/.*' \) -print | sort | while read -r file; do