Skip to content

Commit 818ac91

Browse files
committed
ci(codespell): use checkout main
remove deprecated warning about deprecated Node.js 12 actions. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 5cd50c2 commit 818ac91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CodeSpell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@main
1818

1919
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
2020
- name: Spell check

0 commit comments

Comments
 (0)