diff --git a/.github/workflows/zsh-n.yml b/.github/workflows/zsh-n.yml index 02e2965..cb181ce 100644 --- a/.github/workflows/zsh-n.yml +++ b/.github/workflows/zsh-n.yml @@ -22,7 +22,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: | @@ -37,7 +37,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 2427667..34d0b42 100644 --- a/.github/workflows/zunit.yml +++ b/.github/workflows/zunit.yml @@ -12,7 +12,7 @@ jobs: name: 🧪 Mac ZUnit CI runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: 📚 Molovo zunit run: | mkdir bin @@ -39,7 +39,7 @@ jobs: matrix: os: [ubuntu-latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: ℹ️ Setup linux dependencies run: | sudo apt update