Skip to content

Commit

Permalink
Merge pull request #2832 from rurema/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
znz authored Sep 11, 2023
2 parents 245469b + 71829de commit 2cc3581
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2cc3581

Please sign in to comment.