diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85508df..ccf17df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: matrix: dockerfile: [Dockerfile, Dockerfile.arch, Dockerfile.alpine] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Run the tests - name: Run tests (${{ matrix.dockerfile }}) diff --git a/.github/workflows/vim-preview.yml b/.github/workflows/vim-preview.yml index afccec7..6711a4d 100644 --- a/.github/workflows/vim-preview.yml +++ b/.github/workflows/vim-preview.yml @@ -14,7 +14,7 @@ jobs: name: Generate theme preview runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6