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 f54c960 + e538283 commit 87a10e8Copy full SHA for 87a10e8
.github/workflows/codespell.yml
@@ -9,7 +9,7 @@ jobs:
9
name: CodeSpell
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- name: CodeSpell
14
uses: codespell-project/actions-codespell@master
15
with:
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
16
if: ${{ github.repository == 'rubocop/capybara-style-guide' && !startsWith(github.event_name, 'pull') }}
17
18
19
- uses: ruby/setup-ruby@v1
20
21
ruby-version: "3.4"
0 commit comments