diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a7acf215f..42d796fd6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -59,7 +59,7 @@ jobs: run: | cd /tmp mv -v html html.pr - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.base.sha }} - name: Install dependencies @@ -81,7 +81,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install misspell run: 'curl -L https://git.io/misspell | bash' - name: Run misspell