Skip to content

Commit c3311b6

Browse files
authored
Update actions/checkout@v2 to actions/checkout@v3 (#1015)
1 parent 4efe0eb commit c3311b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
shell: bash --rcfile /root/.bashrc -eo pipefail {0}
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
persist-credentials: false
1818

0 commit comments

Comments
 (0)