Skip to content

Commit

Permalink
Update checkout action to v4
Browse files Browse the repository at this point in the history
This addresses the "Node.js 16 actions are deprecated" warning in
GitHub Action runs of the codespell workflow.
  • Loading branch information
sunsided committed Jun 5, 2024
1 parent d3d777b commit dfa40d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2

0 comments on commit dfa40d5

Please sign in to comment.