We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 006bb72 + 8cce0db commit 9e5276eCopy full SHA for 9e5276e
.github/workflows/general-formatting-checks.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- name: Checkout repository
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
14
15
# https://github.com/per1234/formatting-checks
16
- name: Check for files starting with a blank line
.github/workflows/spell-check.yml
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
- name: Spell check
0 commit comments