diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 374419e..19c136e 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -27,7 +27,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: "[macos] Install brew" if: matrix.os == 'macos-latest' diff --git a/.github/workflows/bash.yml b/.github/workflows/bash.yml index 42efaba..02b2962 100644 --- a/.github/workflows/bash.yml +++ b/.github/workflows/bash.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install dependencies run: sudo apt-get install -y --no-install-recommends curl diff --git a/.github/workflows/zsh.yml b/.github/workflows/zsh.yml index a7f6fd3..78aa38f 100644 --- a/.github/workflows/zsh.yml +++ b/.github/workflows/zsh.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install dependencies run: sudo apt-get install -y --no-install-recommends curl zsh