Skip to content

Commit 13ec3ac

Browse files
committed
Update actions/checkout action to v3
1 parent a10c07c commit 13ec3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docusaurus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1616
- name: Check out repo
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
# Node is required for npm
1919
- name: Set up Node
2020
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)