Update actions/checkout action to v3.0.1

This commit is contained in:
Renovate Bot
2022-04-14 19:33:34 +00:00
parent 63898c061a
commit a44f662474
+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.0
uses: actions/checkout@v3.0.1
with:
token: ${{ secrets.JF_BOT_TOKEN }}
fetch-depth: 0