Skip to content

Commit 4356264

Browse files
committed
ci: Update checkout action to v4
1 parent c8f38cb commit 4356264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
github.event_name == 'push' && github.ref == 'refs/heads/main'
1515
}}" >> $GITHUB_OUTPUT
1616
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818

1919
- name: Upgrade jinja
2020
run: pip install -U jinja2

0 commit comments

Comments
 (0)