We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3672a46 + 8ba5959 commit 4304c28Copy full SHA for 4304c28
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ${{ matrix.os }}
36
37
steps:
38
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
39
- name: Set up Ruby
40
uses: ruby/setup-ruby@v1
41
with:
@@ -72,7 +72,7 @@ jobs:
72
cd /tmp
73
mv -v html html.pr
74
- name: Checkout base
75
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
76
77
ref: ${{ github.event.pull_request.base.sha }}
78
- name: Install dependencies (base)
@@ -98,7 +98,7 @@ jobs:
98
runs-on: ubuntu-latest
99
100
101
102
- name: Install misspell
103
run: 'curl -L https://git.io/misspell | bash'
104
- name: Run misspell
0 commit comments