We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ba2c57 + 67aa60b commit d275e99Copy full SHA for d275e99
1 file changed
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
- uses: actions/setup-python@v4
15
- run: pip install codespell
16
- uses: ./
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
- run: pip install git+https://github.com/codespell-project/codespell.git
30
0 commit comments