We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a9613e + ee973bc commit 8b0a9d1Copy full SHA for 8b0a9d1
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@v4
+ uses: actions/checkout@v6
14
- uses: actions/setup-python@v6
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