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