diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d8afde2..78e994c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: env: CODESPACES: ${{ matrix.codespaces && 'true' || '' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run install script run: ./install.sh - name: Verify chezmoi data @@ -48,7 +48,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install deps run: ./dot_local/bin/executable_dotfiles-deps - name: Lint