Update actions/checkout action to v3.0.2

This commit is contained in:
Renovate Bot
2022-04-21 15:41:13 +00:00
parent fa08d36220
commit 74a9102207
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
comment-id: ${{ github.event.comment.id }}
reactions: '+1'
- name: Checkout the latest code
uses: actions/checkout@v3.0.1
uses: actions/checkout@v3.0.2
with:
token: ${{ secrets.JF_BOT_TOKEN }}
fetch-depth: 0