10000 use latest version of actions/checkout in README (#3186) · github/super-linter@5cdfa85 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5cdfa85

Browse files
authored
use latest version of actions/checkout in README (super-linter#3186)
1 parent 073eae1 commit 5cdfa85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ jobs:
481481
# Checkout the code base #
482482
##########################
483483
- name: Checkout Code
484-
uses: actions/checkout@v2
484+
uses: actions/checkout@v3
485485
with:
486486
# Full git history is needed to get a proper list of changed files within `super-linter`
487487
fetch-depth: 0

0 commit comments

Comments
 (0)
0