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.
1 parent bf4b27c commit 0179498Copy full SHA for 0179498
.github/workflows/codespell.yaml
@@ -6,7 +6,7 @@ jobs:
6
name: CodeSpell
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- name: CodeSpell
11
uses: codespell-project/actions-codespell@master
12
with:
.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
58
env:
59
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
60
61
62
- name: Set up using Ruby ${{ matrix.ruby-version }} with Gemfile '${{ matrix.gemfile }}'
63
uses: ruby/setup-ruby@v1
64
0 commit comments