diff --git a/.github/workflows/zsh-n.yml b/.github/workflows/zsh-n.yml index 8d17d2e..7000f7b 100644 --- a/.github/workflows/zsh-n.yml +++ b/.github/workflows/zsh-n.yml @@ -26,7 +26,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: "⚡ Set matrix output" id: set-matrix run: | @@ -41,7 +41,7 @@ jobs: matrix: ${{ fromJSON(needs.zsh-matrix.outputs.matrix) }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: "⚡ Install dependencies" run: sudo apt update && sudo apt-get install -yq zsh - name: "⚡ zsh -n: ${{ matrix.file }}" diff --git a/.github/workflows/zunit.yml b/.github/workflows/zunit.yml index bfd2760..1860fd9 100644 --- a/.github/workflows/zunit.yml +++ b/.github/workflows/zunit.yml @@ -25,7 +25,7 @@ jobs: name: 🧪 ZUnit Mac runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: 📚 Get ZUnit run: | mkdir bin @@ -47,7 +47,7 @@ jobs: name: 🧪 ZUnit Linux runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: ℹ️ Setup linux dependencies run: | sudo apt update